| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
$ cd path/to/unzip/folder
$ npm install
# start the demo server of the seed library
$ npm startgo to http://localhost:8080 in your browser.
A simple straight-forward seed for creating Angular Libraries.
What you need to run this seed:
It will start a local demo server using webpack-dev-server which will watch, build (in-memory), and reload for you. The port will be displayed to you as http://localhost:8080.
You can generate api docs (using TypeDoc) for your code with the following:
npm run docs| Back | FazBrowse Home | New Git URL |