Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

sheetbase/skeleton

Repository files navigation

Sheetbase Skeleton

The Sheetbase skeleton.

License Support me on Patreon PayPal Ask me anything

Getting started

Using the @sheetbase/cli:

sheetbase new <project_name>

Done! Now, start building something great. Need help, see the docs.

Workflow

A Sheetbase theme contains two major parts: the backend (server) and the frontend (client).

Backend

The backend code lives in backend/ folder.

  • Lint: sheetbase backend lint
  • Test: sheetbase backend test
  • Build: sheetbase backend build
  • Push: sheetbase backend push
  • Deploy: sheetbase backend deploy

Frontend

Provide your frontend. The frontend code lives in frontend/ folder.

Documentation

Read more: https://sheetbase.dev/docs.

License

@sheetbase/skeleton is released under the MIT license.