Skip to content

A basic starter Angular.js application with User Authentication using Form.io

Notifications You must be signed in to change notification settings

MaheshSundaramurthy/formio-app-basic

 
 

Repository files navigation

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

A basic starter Angular.js application with User Authentication using Form.io

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 80.5%
  • HTML 17.9%
  • CSS 1.6%