A Barebone project for logic sharing between react-web and react-native apps. Ideally, redux reducers should contain business logic for the app and the components should be as presentational as possible.
Stack :
- React - for Web UI
- React-Native - for mobile UI
- Redux - for state management
- ImmutableJS - for immutable data structures
- Bulma-io - for web styling
- Nacho-ui - for some pre-styled mobile components
Start
npm run start-web-serverto start the web app on "localhost:3000"npm run start-iosto start the ios app