https://github.com/shipow/hexabones
https://github.com/shipow/hexabones
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shipow/hexabones
- Owner: Shipow
- Created: 2013-04-30T20:08:35.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-16T01:24:55.000Z (over 10 years ago)
- Last Synced: 2024-10-15T17:23:44.881Z (8 months ago)
- Language: CSS
- Homepage: http://shipow.github.io/hexabones/
- Size: 1.5 MB
- Stars: 52
- Watchers: 13
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README-Yeoman.md
Awesome Lists containing this project
README
# Yeoman-Angular-Haml
This seed project uses Yeoman with Angular and HAML. It's just 'yo angular' with CoffeeScript and HAML instead of JavaScript and HTML. See commit history for changes to Gruntfile.js for grunt-haml.
See also:
* [generator-angular](https://github.com/yeoman/generator-angular)
* http://jeff.konowit.ch/posts/yeoman-rails-angular/## Assumptions
* brew
* nodejs
* chrome
* ruby -- uses the haml gem at compile time## Installation
First make sure brew is current:
brew updateAnd same for nodejs
brew upgrade nodeInstall yeoman:
sudo npm install -g yo grunt-cli bower
Install haml gem:gem install haml
Install dependencies:
cd yeoman-angular-haml
npm install
bower install## Test (Karma)
grunt test
## Run
Launch the server:
grunt server
Edit app/view/main.html.haml and watch the LiveReload goodness!