Simple example of CRUD app based on create-react-app and react-redux. Server is running on json-server
Running version of the app at: https://react-crud-json-server.herokuapp.com/
$ npm install
$ cd app
$ npm install
or
$ make install
$ cd app
$ npm start
or
$ make dev
$ cd app
$ npm run build
$ npm start
or
$ make production
$ cd app
$ npm run build
or
$ make build