WIP: Implementation of tabler using Angular.
Live Demo | Firebase Demo | Documentation | Join us on Slack
This project is built with Angular CLI & nrwl/nx.
- Run
npm install
.
You can start one of the following applications:
- Run
npm run demo
. - Navigate to
http://localhost:4200/
. - Update code in
apps/demo
- Run
npm run docs
. - Navigate to
http://localhost:4201/
. - Update code in
apps/docs
- Run
npm run release-it
- Use the
np
utility:
https://www.npmjs.com/package/np
So the basic flow is:
- make changes
- create build
- test build
- publish build using
np