0.2.0 • Published 8 years ago

ng2-publish-seed v0.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

ng2-publish-seed

Angular2 Node Module Package Development/Publish Example

There is an article in jsvally website about How To Publish Angular2 TypeScript Module]

To run it on your local environment

Run the following command to compile the source to dist directory

$ npm install
$ typings install
$ rm -rf dist
$ tsc

Run the following command to run a static web server

$ cd test
$ python -mSimpleHTTPServer
$ "then visit http://localhost:9000

LICENSE: MIT