nizhu / style_components

A Collection Of Common, Style Ready Components

Home Page:http://amindunited.github.io/style_components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Style Components

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

About

A Collection Of Common, Style Ready Components

http://amindunited.github.io/style_components

License:Other


Languages

Language:CSS 86.5%Language:HTML 11.5%Language:JavaScript 2.0%