# formio-app-basic **Repository Path**: markfengfeng/formio-app-basic ## Basic Information - **Project Name**: formio-app-basic - **Description**: A basic starter Angular.js application with User Authentication using Form.io - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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.