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 💫
space new
- Install frontend and backend dependencies together:
npm install
- 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.
space push
MIT