Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/topheman/angular-yeoman-sass-compass
Playing with AngularJS, Yeoman, Grunt, Bower and Karma ...
https://github.com/topheman/angular-yeoman-sass-compass
Last synced: about 2 months ago
JSON representation
Playing with AngularJS, Yeoman, Grunt, Bower and Karma ...
- Host: GitHub
- URL: https://github.com/topheman/angular-yeoman-sass-compass
- Owner: topheman
- Created: 2014-01-02T19:47:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-18T23:23:43.000Z (almost 11 years ago)
- Last Synced: 2024-04-08T00:39:38.309Z (9 months ago)
- Language: JavaScript
- Homepage: http://labs.topheman.com/angularjs
- Size: 855 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#angular-yeoman-sass-compas
The purpose of this project is to test AngularJS, with the other technologies I usually use, such as :
* git
* grunt
* sassAnd some new ones (like following the yeoman workflow) :
* yeoman
* bower
* karma
* twitter bootstrap (yeah I've always prefered vanilla CSS) - also I apologize for all the unwanted markup that it needs ...To use it you'll need :
* node
* yeoman : `npm install -g yo`
* yeoman angular generator (optional since the site is already generated) : `npm install -g generator-angular`
* bower (shipped with yeoman)
* grunt (shipped with yeoman)
* sass + compass : `gem install compass` (if you have some troubles uninstall your current sass and compass and reinstall)
* karma : `npm install -g karma` (for tests)To init the site, in the project root directory :
* `npm install`
* `bower install`To run the site (more in the Gruntfile.js) : `grunt serve`