Skip to content

mayinbun/angular-webpack-workflow

 
 

Repository files navigation

Installation

To use it, just clone this repo and install the npm dependencies:

$ git clone https://github.com/Foxandxss/angular-webpack-workflow my_app
$ cd my_app
$ npm install

Scripts

All scripts are run with npm run [script], for example: npm run test.

  • build - generate a minified build to dist folder
  • dev - start development server, try it by opening http://localhost:8080/
  • test - run all tests
  • test:live - continuously run unit tests watching for changes

See what each script does by looking at the scripts section in package.json.

Example and tutorial

To see how to structure an Angular 1.x application using this workflow, please check this demo.

License

The license of this workflow is MIT.

About

A workflow for Angular 1.x using Webpack + Babel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 52.3%
  • HTML 36.2%
  • CSS 11.5%