README
angular-formly-templates-domobits
Angular-Formly templates using DomoBits
Getting Started
- Install webpack and webpack server
npm install webpack -gnpm 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: