/form-designer

Drag & drop designer for building forms

Primary LanguageJavaScript

Form designer

Drag & drop designer for building forms.

It's intended for use in stately, but it's being designed to be reusable in other applications. Do you have a need for something like this? Tell us about it so we can design with it in mind.

screenshot of app

Usage

Install dependencies via:

npm install

Run a development server using:

npm start

Compile for production using:

npm run build

Deploy to surge.sh using:

npm run deploy

(Note that deploy runs build for you, and that you need access to the surge site in order to deploy to it.)