Skip to content

jacques-blom/blitz-todo-list

Repository files navigation

Blitz.js Example App

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.

Running the app

  1. Install the Blitz.js CLI: npm install -g blitz.
  2. Clone the repo and cd into it.
  3. Run yarn install.
  4. Run blitz prisma migrate dev --preview-feature to initialise the DB.
  5. Finally, run yarn dev to run it.