A tiny to-do list app to demonstrate the usage of StaticBackend's JavaScript library.
You can read this article for more detail.
To run this you'll need the following:
- npm installed
- our CLI installed
Start your StaticBackend developement server
$> backend server
$> npm install
$> npm run build
$> npm start