ng2-publish-seed
v0.2.0
Published
Angular2 npm package publish project example
Downloads
2
Readme
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