Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AngularJS starter kit - a skeleton for an isomorphic web application (SPA) built with angular.js library. It also uses Babel (ES6), Gulp, Webpack, BrowserSync.

Notifications You must be signed in to change notification settings

tomaszkepa/angular-es6-starter-kit

Repository files navigation

angular-es6-starter-kit

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 Automation Tools

Build tools base on React Starter Kit Tools

npm run dev
  • Cleans up the output /dist directory
  • Copies static files to the output folder
  • Launches Webpack compiler
  • Launches Browsersync
npm run build
  • Cleans up the output /dist folder
  • Copies static files to the output folder
  • Creates application bundles with Webpack
Options
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

About

AngularJS starter kit - a skeleton for an isomorphic web application (SPA) built with angular.js library. It also uses Babel (ES6), Gulp, Webpack, BrowserSync.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published