Skip to content

betsydupuis/angular-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

An opinionated boilerplate for AngularJs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages