https://github.com/heldrida/bangularplate
Boilerplate Angularjs 1, with Webpack, Gulp, Jasmine, etc
https://github.com/heldrida/bangularplate
Last synced: 17 days 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-22T00:34:30.000Z (about 9 years ago)
- Last Synced: 2025-06-16T13:01:33.441Z (17 days ago)
- Language: JavaScript
- Size: 308 KB
- Stars: 1
- Watchers: 1
- 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`