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

Latest commit

 

History

History
52 lines (37 loc) · 1.15 KB

File metadata and controls

52 lines (37 loc) · 1.15 KB

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.

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:formio/ng-app-startkit.git
    cd ng-app-starterkit
    
  • 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.