Skip to content

jwchang0206/AngularJS-Boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularJS-Boilerplate Build Status

Basic setup for AngularJS with RequireJS, Jasmine, Grunt.

Simply clone the project, and you are ready to go.

#Project structure

  • app
    • css
    • img
    • js
      • controllers
      • directives
      • filters
      • providers
      • services
      • main.js (entry point for requireJS)
      • routes.js (routes configuration)
    • lib (3rd parties libraries)
    • partials (views)
  • node_modules
  • scripts
    • config
  • test
    • e2e
    • fixtures
    • lib (3rd parties libraries)
    • unit (unit tests)

#Prerequesites

You will need to have NodeJS installed on your machine. For more information, check out the official website http://nodejs.org/

#Installation

npm install -g grunt-cli

npm install

#Running Unit tests

grunt watch

#Launch site

node scripts/web-server.js

Open your browser, and go to http://localhost:5000/

About

Basic setup for AngularJS with RequireJS, Jasmine, Grunt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published