https://github.com/lookfirst/angular-bower-gulp-requirejs-seed
A happy place
https://github.com/lookfirst/angular-bower-gulp-requirejs-seed
Last synced: 12 months ago
JSON representation
A happy place
- Host: GitHub
- URL: https://github.com/lookfirst/angular-bower-gulp-requirejs-seed
- Owner: lookfirst
- Created: 2014-11-03T18:07:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-17T05:42:06.000Z (over 11 years ago)
- Last Synced: 2025-03-16T22:37:39.082Z (over 1 year ago)
- Language: CoffeeScript
- Homepage:
- Size: 229 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Please note that this project is dead. You should use this instead: [SystemJS + Angular Seed](https://github.com/lookfirst/systemjs-seed)
==============================================
Angular Bower Gulp RequireJS Seed
===================
Installation
------------
* Add `./node_modules/.bin` to your PATH if it isn't there already
* npm install
* gulp
* start hacking
Deploying to Heroku
-------------------
* Create a new heroku app `heroku create APPNAME`
* Set the buildpack url `heroku config:set BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-nodejs.git`
* Make sure that application.rb in the Rails app includes the CORS config for this application
* Edit app/config-prod.json to point to the correct backend
* Push your app `git push heroku BRANCH:master`
Stack
------
### Application framework
* Gulp
* Bower
* RequireJS
* [AngularJS](https://angularjs.org/)
* [UI-Router](https://github.com/angular-ui/ui-router)
* [Bootstrap for angular](https://github.com/angular-ui/bootstrap)
### Testing
#### Unit
Uses default karma/jasmine provided by gulp-ng generator
#### E2E
[Protractor](https://github.com/angular/protractor)
run `gulp test:e2e` to start webdriver, single run tests and start watching