Skip to content

Starter example

Juan Stoppa edited this page Oct 3, 2019 · 7 revisions

Starter App

The quickest way to get up an running using FormQL in your local machine is to download the stater example, this is a small app with the minimum required to run FormQL. The app contains a service that stores the changes to the localStorage, this is used in order to persist the changes when switching between edit and view mode.

Download and run the starter app

Clone the main repo, navigate to the folder examples/01-starter-example and run the app

git clone https://github.com/formql/formql.git
cd formql/examples/01-starter-example
npm install
npm start

FormQL starter app