aboodman / replicache-demo-first-sync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replicache logo

todo-react

This repository contains sample code for Replicache. The example uses the react framework with a common express server backend. The backend utilizes the replicache-express library which implements the push, pull, poke, createSpace, and spaceExists handlers required for Replicache sync protocol. This library intends to help developers easily experiment with Replicache and are experienced using the react and express frameworks.

1. Setup

Get your Replicache License Key

$ npx replicache get-license

Set your VITE_REPLICACHE_LICENSE_KEY environment variable

$ export VITE_REPLICACHE_LICENSE_KEY="<your license key>"

Install and Build

$ npm install; npm run build;

2. Start frontend and backend watcher

$ npm run watch --ws

Provides an example integrating replicache with react in a simple todo application.

Deploying to Render

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

About

License:Other


Languages

Language:TypeScript 97.4%Language:HTML 2.2%Language:CSS 0.2%Language:Shell 0.2%