Clone the github repo
git clone https://github.com/smerth/fullstack-js-dev-mongodb-node-react.gitInstall the NPM packages
npm installBuild the app
npm run build:devWebpack builds the app (compiles jsx to js and assembles templates...)
Watch and re-build on changes
npm run devWebpack builds the app and then watches for changes...
Run the app
npm startThis runs the express server @server.js. The server runs the API server and the delivers the front-end content at localhost:8080