You can create an app with prepulated schemas directly in Squidex.
Have a look to the configuration first: configuration
You have to change the following settings:
appName
: The name of your app.clientId
: The client id, usually: 'appName
:default'clientSecret
: The secret for your client. You can get it from the Squidex UI.
Optionally:
url
: The url to your squidex instance, e.g.http://localhost:5000
if you run it locally.#
npm install
npm run serve
npm run build
npm run lint