0.0.9 • Published 8 years ago

@domoinc/angular-formly-templates-domobits v0.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

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
  • 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/

Dev