This component allows you to build forms efficiently through a simple configuration object.
- 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 the whole project, src and demo:
grunt build
- Build only component src files:
build-component
- Install bower dependencies:
bower install
- Run demo:
grunt server