forms-js
v0.0.2
Published
JavaScript library to simplify creating and validating HTML forms.
Readme
Forms JS
This is a seed project to get us started with prototyping.
Installation
First install the toolchain with NPM:
npm installNow you can build source like so:
npm run buildAnd run tests like so:
npm run test:watchNote that tests are run on built source so be sure to build first.
