This is an example app that complements the Intro Wasp Tutorial. It is a simple Todo App that demonstrates how to use Wasp to build a truly full-stack web app quickly and easily.
This example app represents the final state of the tutorial. If you'd prefer to follow it step-by-step, you can find the tutorial here.
After you've cloned this repository, you can run the app locally by following these steps:
Install Wasp
npm i -g @wasp.sh/wasp-cli@latestPosition yourself in the project directory, then migrate the DB:
wasp install
wasp db migrate-devFinally, run the app:
wasp start