Skip to content

Commit

Permalink
feat(docs): add lib build for development steps (#2220)
Browse files Browse the repository at this point in the history
* Docs: add lib build for development steps

* chore(readme)
  • Loading branch information
EvilAlexei authored and valorkin committed Jul 19, 2017
1 parent 2d02faa commit c3a7aa4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,21 @@ To enable bootstrap 4 theme templates in ngx-bootstrap, please read
- `AoT using ngc and rollup` please refer to [ngx-bootstrap-with-aot](https://github.com/valor-software/ngx-bootstrap/tree/development/docs/getting-started/aot.md)
- `Bootstrap 4 and angular-cli` please refer to [using-with-bootstrap-4-and-angular-cli](https://github.com/valor-software/ngx-bootstrap/tree/development/docs/getting-started/bootstrap4.md)

# How to build lib for development

First time
- clone repository
- `npm install`
- `npm run test` it will run build and link
To run bootstrap 3 and 4 demo:
- `npm run demo.serve` to serve local demo. This is for testing only, without watchers.

For local development run
- `npm run build.watch` in first terminal
- `ng serve` in second

Run `npm run link` after clean install and rebuild

# Usage & Demo

Main source of API documentation and usage scenarios available here:
Expand Down

0 comments on commit c3a7aa4

Please sign in to comment.