https://github.com/timwis/form-designer
Drag & drop designer for building forms
https://github.com/timwis/form-designer
Last synced: 25 days ago
JSON representation
Drag & drop designer for building forms
- Host: GitHub
- URL: https://github.com/timwis/form-designer
- Owner: timwis
- Created: 2016-10-05T12:23:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-24T12:06:08.000Z (over 8 years ago)
- Last Synced: 2025-03-25T08:51:19.137Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://form-designer.surge.sh/
- Size: 44.9 KB
- Stars: 19
- Watchers: 2
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Form designer
Drag & drop designer for building forms.It's intended for use in [stately](https://github.com/codeforphilly/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](https://github.com/timwis/form-designer/issues/new)
so we can design with it in mind.
## Usage
Install dependencies via:
```bash
npm install
```Run a development server using:
```bash
npm start
```Compile for production using:
```bash
npm run build
```Deploy to surge.sh using:
```bash
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.)