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

A very basic Event Registration system built on top of Form.io.

Notifications You must be signed in to change notification settings

formio/formio-app-eventmanager

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.

A basic application that implements User Authentication using Form.io

This is a starting application for creating new applications with Form.io. Here is how to get started.

Bootstrap

You can quickly run this application locally by typing the following within your terminal.

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

Installation

  • Install Gulp

    npm install -g gulp
    
  • Download this repo locally.

  • Install dependencies

    npm install
    bower install
    
  • Run the application.

    gulp serve
    

Building

You can build this application for deployment using the following command.

gulp build

The built application resides within the dist folder.

About

A very basic Event Registration system built on top of Form.io.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published