Skip to content

An angular 1.x starterkit for creating new web applications with Form.io

Notifications You must be signed in to change notification settings

squaretone/ng-app-starterkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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.

About

An angular 1.x starterkit for creating new web applications with Form.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.9%
  • HTML 15.9%
  • CSS 5.2%