This repository contains sample code for Replicache. The example uses web-components with a common express server backend. The backend utilizes Express and demonstrates implementations of push, pull, poke, createSpace, and spaceExists handlers. These are required for the Replicache sync protocol. This library intends to help developers easily experiment with Replicache.
$ npx replicache get-license$ export VITE_REPLICACHE_LICENSE_KEY="<your license key>"$ npm install; npm run build;$ npm run watch --wsProvides an example integrating replicache with react in a simple todo application.
A render blueprint example is provided to deploy the application.
Open the render.yaml file and add your license key
- key: VITE_REPLICACHE_LICENSE_KEY value: <license_key> Commit the changes and follow the direction on Deploying to Render /client /shared /server package.json