The Sheetbase skeleton.
Using the @sheetbase/cli:
sheetbase new <project_name>
Done! Now, start building something great. Need help, see the docs.
A Sheetbase theme contains two major parts: the backend (server) and the frontend (client).
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
Provide your frontend. The frontend code lives in frontend/ folder.
Read more: https://sheetbase.dev/docs.
@sheetbase/skeleton is released under the MIT license.