@domoinc/angular-formly-templates-domobits
v0.0.9
Published
angular-formly-templates-domobits =================================
Downloads
5
Maintainers
Keywords
Readme
angular-formly-templates-domobits
Angular-Formly templates using DomoBits
Getting Started
- Install webpack and webpack server
npm install webpack -g
npm install webpack-dev-server -g
Running the project
- Install Deps
- (in the project directory) run
npm install
- (in the demo directory) run
npm install
- (in the project directory) run
- Start dev enviorment
- In project directory run:
webpack --watch
- In demo directory run:
webpack-dev-server
- In dmeo directory run:
webpack --watch
- Open:
http://localhost:8080/
- In project directory run: