Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/heldrida/bangularplate

Boilerplate Angularjs 1, with Webpack, Gulp, Jasmine, etc
https://github.com/heldrida/bangularplate

Last synced: about 1 month ago
JSON representation

Boilerplate Angularjs 1, with Webpack, Gulp, Jasmine, etc

Awesome Lists containing this project

README

        

# Bangularplate

Pronounced "Bang!ularplate", is a boilerplate to kickstart AngularJS V1 development using Webpack, Gulp and testing.

Features:
---
* Angularjs with UI-Router
* Gulp and Webpack as a build system.
* BrowserSync for development.
* Jasmine Unit tester over Karma.

Dependencies:
---

```
Global dependencies installation:

* Install node
* npm install -g gulp webpack

Local dependencies installation:

* npm install
* bower install
```

Workflow:
---

* Edit the `src/sass` namespace `ns-default` name by the project
* Start the development server: `gulp serve`