Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 373 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 373 Bytes

SolidJS + Convex

This repo demonstrates a very basic library to bind SolidJS projects to the Convex backend application platform.

The heart of this library is in src/cvxsolid.ts.

How to use

1. Install all dependencies

$ npm i

2. Set up your Convex instance

$ npx convex dev

3. Run the application

$ npm run dev