Place your token in a constructor of EasyblocksBackend class and you're ready to go.
Open the editor
Now you can visit the editor page: https//localhost:3000/easyblocks-editor?rootComponent=DummyBanner
Congratulations!
Real-world example
The example above is very rudimentary. In order to see Easyblocks at a full power you should have at least a few No-Code Components, custom types, etc.
You can use EasyblocksBackend with your access token in each of those examples easily.
Easyblocks configuration object requires a backend property. Backend is responsible for handling documents and templates saving, updating, versioning etc. The easiest way to start is to use our simple and free cloud service. Just go to , create the account, go to the "Playground project", copy your access token:
We're not forcing you to use our cloud. Easyblocks is open-source and you can easily create your own backend later to control where and how your data is stored. You can learn more about this in guide.
We highly recommend cloning our to play around with a real-world configuration.