Fork this repo to quickly get started building modern offline first single page app using React, Redux and RxJS. All the bindings needed for these libraries to communicate with each other is built in. Also comes with a fixtures server for independant UI development while backend is under development.
- Ensure the node v8.0 or above is installed
npm install
yarn start
ornpm start
which starts both the react server and fixtures server. The fixtures server is a mock server which can be used to stub calls to backend during development. Check the fixtures/ folder's README for more information
As this starter kit was created from create-react-app
command, more information about the app can be found in DEFAULT_README.md file in this folder