This is a starting application for creating new applications with Form.io. Here is how to get started.
-
Install Gulp
npm install -g gulp -
Download this repo locally.
-
Install dependencies
npm install bower install -
Run the application.
gulp serve
You can build this application for deployment using the following command.
gulp build
The built application resides within the dist folder.