Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 828 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 828 Bytes

React Redux RxJS Starter Kit

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.

Installation

  • Ensure the node v8.0 or above is installed
  • npm install

Usage

  • yarn start or npm 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

More info

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