https://github.com/tablelandnetwork/example-todo-app
The mandatory todo app built with Tableland
https://github.com/tablelandnetwork/example-todo-app
Last synced: about 1 year ago
JSON representation
The mandatory todo app built with Tableland
- Host: GitHub
- URL: https://github.com/tablelandnetwork/example-todo-app
- Owner: tablelandnetwork
- Created: 2022-09-27T00:14:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T02:08:29.000Z (over 3 years ago)
- Last Synced: 2025-03-25T17:03:25.545Z (over 1 year ago)
- Language: JavaScript
- Size: 3.83 MB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tableland-todo
The initial goal of this project is to serve as a base level POC for Tableland.

### This is a Nuxt Project
For detailed explanation on how things work, check out the [documentation](https://nuxtjs.org).
quickstart:
```bash
# install dependencies
$ npm install
# set validator address, default is http://localhost:8545
$ export VALIDATOR=http://tableland.com
# serve with hot reload at localhost:3000
$ npm run dev
# generate static project
$ npm run generate
# after generate serve the static project locally
$ npx nuxt start
```