/replicache-todo

Starter Todo App

Primary LanguageTypeScriptOtherNOASSERTION

replicache-todo

A super fast todo list built with Replicache, React, Next.js, Vercel, Supabase, and Postgres.

The simplest possible starter sample for Replicache. Intended for customers to clone and start editing.

To get started

First obtain a Replicache license as per in the Replicache Getting Started Guide.

Then after configuring the NEXT_PUBLIC_REPLICACHE_LICENSE_KEY environment variable, start the front-end server with:

npm run dev

and then the ChiselStrike backend with:

cd backend/chiselstrike && npm run dev

You can also deploy the ChiselStrike backend to the hosted service by signing up at https://www.chiselstrike.com.