- Tools
Browserify + Babel- for build scriptsPug- for preprocessing viewsStylus- for preprocessing stylesPostCSS Autoprefixer- for adding prefixes to css propertiesTinypng- for optimize imagesBrowserSync- dev-server for live-codingconnect-history-api-fallback- server-side router for SPAGulp 4- for build it
- Libs
AngularJS- core frameworkAngularUI Router- for client routesTwitter Bootstrap- ui framework
- Run
npm installto install dependencies. - Run
npm startto start the development server.
It should automatically open the client in your browser when ready.
- Run
npm run buildfor create production build.