forkedIt / formio-app-movie

An example application using the Form.IO platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

An example application using the Form.IO platform.


Languages

Language:JavaScript 67.6%Language:HTML 30.8%Language:CSS 1.6%