Run code against your running instance.
The tutorials expect that a StaticBackend API is running on localhost:8099.
You may install the CLI and run your own instance like so:
$ npm i -g @staticbackend/cli
$ backend server
Feel free to play with the tutorial code and click the “Execute code” button.
The tutorials use the in-browser JavaScript library:
<script src="backend.js"></script>
This library works without the need to bundle or import
anything.
Next: Tutorial 1: Login
© 2023 Focus Centric Inc. All rights reserved.