Starter app using U.S. Forms System
THIS IS A WORK IN PROGRESS.
If you want to build a form using the U.S. Forms System, this repo provides the basic files and configuration needed to get started.
- Fork repo to create your own form app
- Install dependencies:
npm install
- Start editing the config to build your form:
/js/config/form.js
- Run app locally:
npm start