Boilerplate for projects based on AngularJS Examples of projects based on it https://github.com/verbart/avarcom https://github.com/verbart/just-calendar Contains Tools Browserify + Babel - for build scripts Pug - for preprocessing views Stylus - for preprocessing styles PostCSS Autoprefixer - for adding prefixes to css properties Tinypng - for optimize images BrowserSync - dev-server for live-coding connect-history-api-fallback - server-side router for SPA Gulp 4 - for build it Libs AngularJS - core framework AngularUI Router - for client routes Twitter Bootstrap - ui framework Developing 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. Build Run npm run build for create production build.