Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 565 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 565 Bytes

Form Renderer for AngularJS apps

This component allows you to build forms efficiently through a simple configuration object.

Development

Prepare your environment

  • Install Node.js and NPM (should come with)
  • Install global dev dependencies: npm install -g grunt-cli karma
  • Instal local dev dependencies: npm install

Build

  • Build the whole project, src and demo: grunt build
  • Build only component src files: build-component

Run Demo

  • Install bower dependencies: bower install
  • Run demo: grunt server