This is an evolving example todo list app built using Blitz.js.
I use it as a sample app in my YouTube videos, which you can check out here.
- Install the Blitz.js CLI:
npm install -g blitz. - Clone the repo and
cdinto it. - Run
yarn install. - Run
blitz prisma migrate dev --preview-featureto initialise the DB. - Finally, run
yarn devto run it.