Runtime steps:
- run
nodemon index.js
if you want to run the server - run
npm run-script dev-build
(this is for webpack 4.5), runnpm run-script build
for production build. - Otherwise run
npm install
to install packages (NOTE: you should have node version ^8.9.4 or above)
How it works
- The bundle that renders the React app is in the dist/build folder