WORK IN PROGRESS: WILL LOOK MUCH BETTER SOON
You can create an app with prepulated schemas directly in Squidex.
Just press F5 in Visual Studio, thats it.
Have a look to the configuration first: appsettings.json
You have to change the following settings:
appName: The name of your app.clientId: The client id, usually: 'appName:sample-client'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:5000if you run it locally.