deta / todo-app

Example Space app

Home Page:https://deta.space

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preview

An example full-stack app that runs on 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. Preferably LTS version.
  2. Install and setup Space CLI
  3. Create a new Space project:
space new
  1. Install frontend and backend dependencies together:
npm install
  1. Start app in development mode:
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 for more information on Space development.

Run it on Space

space push

License

MIT

About

Example Space app

https://deta.space


Languages

Language:JavaScript 47.6%Language:CSS 40.1%Language:HTML 12.3%