Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 701 Bytes

README.md

File metadata and controls

57 lines (37 loc) · 701 Bytes

Angular Boilerplate

Quick Start for Development on localhost

Install Sass and compass

gem install sass

gem install compasss

gem install sass-globbing

gem install --pre sass-css-importer

Install Node

$ brew install node

$ brew install nvm

$ nvm install v5.0.0

$ nvm use v5.0.0

Install Gulp-cli

 npm install --global gulp-cli

Install Gulp-cli

 npm install --global gulp-cli

Install and build the App

$ cd ~/code/angular-boilerplate/
$ npm install
$ gulp build:dev

Start the Server

$ npm install http-server -g

$ cd ~/code/angular-boilerplate/

$ http-server -p 9999

Navigate to http://localhost:9999/