create-electric-app

v0.3.3
This is a starter app template. You can use it to generate an ElectricSQL application. The app is setup to match the example code you can see in the [Quickstart](https://electric-sql.com/docs/quickstart).

build

pnpm make-templates && shx rm -rf ./dist && tsc && tsmodule build

make-templates

node ./scripts/make-templates.js

format

prettier --write --loglevel warn .

e2e

ava e2e/**/*.test.js
npm i create-electric-app

Metadata

Downloads