Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pengux/argjs-seed
Angular, RequireJS, Grunt seed
https://github.com/pengux/argjs-seed
Last synced: about 1 month ago
JSON representation
Angular, RequireJS, Grunt seed
- Host: GitHub
- URL: https://github.com/pengux/argjs-seed
- Owner: pengux
- License: mit
- Created: 2013-11-17T10:21:33.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-11T17:30:56.000Z (about 11 years ago)
- Last Synced: 2023-08-05T16:03:48.797Z (over 1 year ago)
- Language: JavaScript
- Size: 146 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
This is based on [angularjs-requirejs-seed](https://github.com/maxdow/angularjs-requirejs-seed) but also includes [Gruntjs](http://gruntjs.com/) and a different folder structure.
* AngularJS 1.2.3
* RequireJS 2.1.9
* Gruntjs
* Full support for unit and e2e tests
* Support for Karma Test Runner 0.10+ (formerly Testacular)## Installation
git clone [email protected]:pengux/argjs-seed.git [your-project-folder]
cd [your-project-folder]
(Optional) Edit package.json and add/remove the packages that your project requires
sudo npm install
(Optional) Edit bower.json and add/remove the components that your project requires
bower install## Deployment
cd [path-to-your-project-folder]
grunt dist