An open API service indexing awesome lists of open source software.

https://github.com/nkovacic/angularjs-webpack-boilerplate

AngularJS Webpack boilerplate
https://github.com/nkovacic/angularjs-webpack-boilerplate

Last synced: 3 months ago
JSON representation

AngularJS Webpack boilerplate

Awesome Lists containing this project

README

        

# AngularJS Webpack boilerplate

### Usage

1. Install all dependencies `npm install`
2. Start development process `gulp dev`
3. Navigate your browser to the address `http://localhost:8080`
4. Happy coding :)

### Building

1. Start building `gulp build`
2. Builded, non-minified files are in the `/public` folder

### Production

1. Start building `gulp prod`
2. Builded, minified files are in the `/public` folder