Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/heldrida/bangularplate
- Owner: heldrida
- License: wtfpl
- Created: 2016-06-19T12:39:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-22T00:34:30.000Z (over 8 years ago)
- Last Synced: 2024-12-30T10:18:55.893Z (about 1 month ago)
- Language: JavaScript
- Size: 308 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 webpackLocal dependencies installation:
* npm install
* bower install
```Workflow:
---* Edit the `src/sass` namespace `ns-default` name by the project
* Start the development server: `gulp serve`