React boilerplate
An attempt to implement node-express-mongoose-demo in React and Redux
$ cp .env.example .env # and replace necessary vars (only for development)
$ npm run dev
Visit http://localhost:3000
For creating build
npm run build
For running on production
npm start