Quick start with application development on your terms.
Current version uses ExpressJS to maintain the server. However, it's not obligatory for basic development.
Please use Front Dummy if you need regular SPA scaffolding.
# bower dependencies
bower init
# npm dependencies
npm i
# build project
gulp build
# launch
node app
# development
gulp