Skip to content

BALT-CO/boilerplate-angular

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate to build an AngularJS web app

###Introduction

Boilerplate to build an AngularJS web app. Includes global files such as SCSS mixins and JS vendors files. @TODO: have the global/js/vendor files referenced in the browserify config instead of those in the app.

Node Modules

Libraries

Requirements

Make sure your have the following installed with these versions or greater when running the bootstrap

  • Node v0.10.26
  • Sass v3.3.9
  • Compass >1.0.0.alpha.20

Grunt Task(s)

Default

Runs the default task:

grunt 

includes Assemble, Browserify, Compass, Connect, Clean, Watch (with live reload), Copy

Installation

  1. Install the above libraries

  2. Clone the master version of this Git repository git clone [email protected]:adriaanbalt/boilerplate-angular.git

  3. Run npm install

  4. Run grunt in the root folder of Git repository.

  5. This will open your browser to localhost:7777 using Node Module "Connect" that is pointed to the generated "/dist" folder.

About

AngularJS boilerplate to build websites and web apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.6%
  • JavaScript 40.2%
  • Handlebars 16.2%