AngularJS starter kit - a skeleton for an isomorphic web application (SPA) built with angular.js library. It also uses Babel (ES6), Gulp, Webpack, BrowserSync.
Build tools base on React Starter Kit Tools
- Cleans up the output
/dist
directory - Copies static files to the output folder
- Launches Webpack compiler
- Launches Browsersync
- Cleans up the output
/dist
folder - Copies static files to the output folder
- Creates application bundles with Webpack
Flag | Description |
---|---|
--release |
Minimizes and optimizes the compiled output |
--verbose |
Prints detailed information to the console |
For example:
$ npm run build -- --release --verbose # Build the app in production mode
or
$ npm start -- --release # Launch dev server in production mode