npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

forms-js

0.0.2

@kentcdodds

npmHomeRepoSnykSocket
Downloads:229
$ npm install forms-js
DailyWeeklyMonthlyYearly

Forms JS

Build Status

Join the chat at https://gitter.im/forms-js/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.