Skip to content

Latest commit

 

History

History

README.md

Todo App Tutorial Example App

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.

Running the App Locally

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@latest

Position yourself in the project directory, then migrate the DB:

wasp install
wasp db migrate-dev

Finally, run the app:

wasp start