- 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 install
to install dependencies. - Run
npm start
to start the development server.
It should automatically open the client in your browser when ready.
- Run
npm run build
for create production build.