Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

formio/formio-app-prizedrawing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is now considered legacy and no longer supported. Please take a look at our recent repositories and help documentation at the following links.

Example Prize Drawing App using Form.io

This is an prize drawing project that integrates into Form.io.

Installation

New Project

If you have not yet created a project on Form.io, you can easily create one and get this application running by typing the following in your command line:

npm install -g formio-cli
formio bootstrap formio/formio-app-prizedrawing

This will create a project for you on Form.io as well as configure this application to use your sandboxed project. Feel free to fork and modify as you like.

Existing Project

To hook this up to an existing project, clone this repository (or download the .zip on the right), and edit the APP_URL in src/config.js to match your project's url. For example, if your project name is myproject, then your project url would be https://myproject.form.io.

Building

Make sure you have installed the dependencies:

npm install
bower install

Run gulp serve to spin up a web server for development. gulp build will create a production ready build in dist/.

About

A prize drawing application where people can register for a prize drawing.

Resources

Stars

Watchers

Forks

Packages

No packages published