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