The goal is to have yet another template with these features
- Bundle all source codes and libraries into a statically deployable output
- Two easy triggerable options for development mode or production mode
- Run
npm start
- gulp what - shows all the options.
- gulp build - build development version into
buildfolder - gulp run - start node server for development environment
- gulp build-prod - build production version into
productionfolder - gulp run-prod - start node server for production environment
- gulp run-prod-static - start a simple http server to serve the production build statically