Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heldrida/cpantrytest
cpantrytest
https://github.com/heldrida/cpantrytest
Last synced: about 1 month ago
JSON representation
cpantrytest
- Host: GitHub
- URL: https://github.com/heldrida/cpantrytest
- Owner: heldrida
- License: wtfpl
- Created: 2016-06-21T18:21:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-26T23:17:20.000Z (over 8 years ago)
- Last Synced: 2024-12-30T10:18:58.891Z (about 2 months ago)
- Language: JavaScript
- Size: 466 KB
- Stars: 0
- 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`