npm run build -> build production files from /src into /build (converts from es6 to es2015)
npm run start -> serve files from /build for production use
npm run watch-css -> watch src/sass/main.scss to update src/public/main.css (run at same time as npm start)
npm serve -> development version using nodemon to auto refresh with changes in /src