Install it and run:
npm install
npm run dev
# or
yarn
yarn devThis static application utilizes the service written in API.js which can be applied to any Object and generate API Endpoint. By creating a form component and an index page any object can have its own CRUD front end GUI.
When trying to run npm run export it will build and export your pages into the out folder.