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
cd
into it. - Run
yarn install
. - Run
blitz prisma migrate dev --preview-feature
to initialise the DB. - Finally, run
yarn dev
to run it.