@evoxmusic/angular
v0.7.5
Published
> WIP: Implementation of [tabler](https://github.com/tabler/tabler) using Angular.
Downloads
3
Readme
Tabler Angular
WIP: Implementation of tabler using Angular.
Live Demo | Firebase Demo | Documentation | Join us on Slack
Installation
This project is built with Angular CLI & nrwl/nx.
Install dependencies
- Run
npm install
.
Applications
You can start one of the following applications:
Demo
- Run
npm run demo
. - Navigate to
http://localhost:4200/
. - Update code in
apps/demo
Docs
- Run
npm run docs
. - Navigate to
http://localhost:4201/
. - Update code in
apps/docs
Release to npm
- Run
npm run release-it