A simple scaffoling and workflow for getting example components up on github / and github pages.
-
Clone this repo
-
run
npm install
- run
bower install
- run
broccoli serve
-
point your browser to localhost:4200
-
Edit your files in the src/ folder
-
When you are happy, commit
-
to deploy github pages:
a. delete the public directory:
rm -r public/
b. build you public folder:
broccoli build 'public'
```
c. commit to your github pages
```bash
grunt deploy
```