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
.
1. Install all dependencies
$ npm i
2. Set up your Convex instance
$ npx convex dev
3. Run the application
$ npm run dev