https://github.com/deta/todo-app
Example Space app
https://github.com/deta/todo-app
deta deta-browser-sdk deta-space
Last synced: 12 months ago
JSON representation
Example Space app
- Host: GitHub
- URL: https://github.com/deta/todo-app
- Owner: deta
- Created: 2022-10-18T13:28:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T14:03:55.000Z (over 2 years ago)
- Last Synced: 2024-11-05T13:42:30.728Z (over 1 year ago)
- Topics: deta, deta-browser-sdk, deta-space
- Language: JavaScript
- Homepage: https://deta.space
- Size: 304 KB
- Stars: 12
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

An example full-stack app that runs on [Deta Space](https://deta.space/)!
The main components of the project are:
* `/src` - The JavaScript app which talks directly to Base.
* `Spacefile` - configuration for deploying this app to **Deta Space** 💫
## Development
1. Install [Node.js](https://nodejs.org/en/). Preferably LTS version.
2. Install and setup [Space CLI](https://deta.space/docs/en/build/reference/cli)
3. Create a new Space project:
```bash
space new
```
2. Install frontend and backend dependencies together:
```bash
npm install
```
3. Start app in development mode:
```bash
space dev
```
This will start a dev server to test your app locally. It automatically connects your app with Base and Drive
Refer to our [docs](https://deta.space/docs) for more information on Space development.
## Run it on Space
```sh
space push
```
## License
MIT