https://github.com/punkbit/cpantrytest
cpantrytest
https://github.com/punkbit/cpantrytest
Last synced: 10 months ago
JSON representation
cpantrytest
- Host: GitHub
- URL: https://github.com/punkbit/cpantrytest
- Owner: punkbit
- License: wtfpl
- Created: 2016-06-21T18:21:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-26T23:17:20.000Z (almost 10 years ago)
- Last Synced: 2025-08-17T02:47:17.514Z (10 months ago)
- Language: JavaScript
- Size: 466 KB
- Stars: 0
- 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 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`