A minimal starter kit for Wasp with TailwindCSS and ShadCN with some small changes (primarily theming and toasts).
Notes:
- ShadCN Chart is not included, but it can be added easily
- Sonner (toasts) are not included.
react-hot-toast
is used instead.
To create an app using this template run npx wasp-sensible
and follow the prompts.
dev
,start
→ Start the Wasp dev serverreset-wasp
→ Full Wasp reset (clean + ts-setup + start)reset-wasp-nostart
,rwns
→ Reset Wasp without startingreset-migrate
,rmig
→ Clean, ts-setup, db migrate, startreset-db
,rd
→ Reset and migrate DB, then startreset-db-nostart
,rdns
→ Reset and migrate DB onlyrwdb
→ Reset Wasp (no start) + reset DBsquash-reset-migrate
,srm
→ Delete migrations, reset the DB, then migratereset-all
,rall
→ Nuke everything, reset, migrate the DB, startbuild-clean
,bc
→ Clean + ts-setup + buildrw
→ Alias for reset-wasp