All Projects → formio → react-app-starterkit

formio / react-app-starterkit

Licence: other
A react starterkit for creating new web applications with Form.io

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

Form.io React Starter Application

This is a starter application that uses React, Bootstrap, Webpack, and Form.io to create a powerful Serverless application. This example uses Contexts and hooks to manage application state. If you prefer Redux approach, take a look at the redux-example.

Installation

  • Download this application within your local machine and then type the following.
npm install
  • If you have not already, create a project on https://portal.form.io. You can import the src/project.json file to add all the forms and resources needed for this project.

  • Modify the src/config.js file to point the PROJECT_URL variable to the project you created in form.io.

Running

You can develop within this application by typing the following

npm start

This will launch the application locally @ https://localhost:3000. Now, whenever you make changes, those will be directly reflected within the launched application.

Building

Once you have your application developed, it is now time to build the application for deployment. This can be done by typing the following.

npm run build

This will generate the build folder which you can then use to install within any webserver, Github Page, an Amazon S3 bucket, etc.

Commands

To see all available commands type the following

npm run
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].