/FormlyUI

Easy embeddable forms for Javascript natives

Primary LanguageVue

Easy, embeddable forms for Javascript natives



About the project:

ExpressJS form generation, embedding, monitoring, and notifications for Javascript natives

This repository in particular is for FormlyUI, the VueJS front end that pairs with our ExpressJS backend. You can find the backend counterpart here. We will be releasing a docker box of the entire app in the near future, so watch this repository for updates.

To see the current backlog/status of the project, we have a public feature board here.



Developer Information:

Building and running the project

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start