- React & React-dom.
- React-Router.
- Redux.
- 2gis React.
- Google Places API.
npm install
from root.- Install mongodb and configure config/server.config.js
With Webpack-dev-server:
npm run start
on one process to start the webpack-dev-server on port 3030.npm run server
to start the server on port 5000.- Point browser to
localhost:3030
to start app.
npm run build
.