Use Git to clone this app, then:
npm install
Start the server with all the code transpiled and bundled in a single command:
npm run start
Transpile all the ES6/ES2015 JavaScript to ES5 for Node and browsers
npm run build
Bundle all the client-side JavaScript into a single file (public/js/bundle.js
)
npm run bundle