Skip to content

deta/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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