JSPM

  • Created
  • Published
  • Downloads 408471
  • Score
    100M100P100Q33186F

Node.JS + Angular.JS project generator

Package Exports

  • angular

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (angular) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

node-angular Build Status

Node.JS + Angular.JS project generator

Install:

$ sudo npm install angular -g

Generate New Project:

$ angular new myapp && cd myapp
$ npm install
$ npm test
$ angular server 9000
$ open http://localhost:9000/

License (MIT)

Copyright (c) 2012, Edward Hotchkiss.

Author: Edward Hotchkiss