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