Skip to content

Electric To-Do app for the LoFi Discord Build Day

Notifications You must be signed in to change notification settings

electric-sql/lofi-todo

Repository files navigation

ElectricSQL logo

Welcome to your ElectricSQL app!

This is an example web application using ElectricSQL in the browser with wa-sqlite.

Pre-reqs

You need NodeJS >= 16.11 and Docker Compose v2.

Install

Install the dependencies:

npm install

Setup

Start Postgres and Electric using Docker (see running the examples for more options):

npm run backend:up
# Or `npm run backend:start` to foreground

Note that, if useful, you can connect to Postgres using:

npm run db:psql

Setup your database schema:

npm run db:migrate

Generate your type-safe client:

npm run client:generate
# or `yarn client:watch`` to re-generate whenever the DB schema changes

Run

Start your app:

npm run dev

Open localhost:5173 in your web browser.

Develop

./src/Example.tsx has the main example code. For more information see the:

If you need help let us know on Discord.

About

Electric To-Do app for the LoFi Discord Build Day

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages