/style_components

A Collection Of Common, Style Ready Components

Primary LanguageCSSOtherNOASSERTION

A simple scaffoling and workflow for getting example components up on github / and github pages.

Getting started

  1. Clone this repo

  2. run

npm install
  1. run
bower install

Use

  1. run
broccoli serve
  1. point your browser to localhost:4200

  2. Edit your files in the src/ folder

  3. When you are happy, commit

  4. 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
  ```