edwinanciani / formio-example-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An Angular 1.x starting template for creating new web applications with Form.io

This is a starting template for creating new applications with Form.io. It is based on Angular 1.x architecture. Here is how to get started.

Installation

  • Install Gulp and Bower

    npm install -g gulp bower
    
  • Download this repo locally.

    git clone git@github.com:edwinanciani/formio-example-app.git
    cd formio-example-app
    
  • Install dependencies

    bower install
    npm 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

License:MIT License


Languages

Language:CSS 57.2%Language:JavaScript 36.4%Language:HTML 6.4%