Skip to content

Instantly share code, notes, and snippets.

@ChrisLTD
Created February 10, 2016 17:02
Show Gist options
  • Save ChrisLTD/eb2d8628b27be48fbd02 to your computer and use it in GitHub Desktop.
Save ChrisLTD/eb2d8628b27be48fbd02 to your computer and use it in GitHub Desktop.

Getting Started

Install Node.js https://nodejs.org

Using terminal in this folder, run:

npm install -g bower
bower install
npm install

To watch/build the less files, run:

npm run gulp

To start a local server:

python -m SimpleHTTPServer 8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment