Skip to content

allenhartwig/convex-turborepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convex + Turborepo Demo

This is an official Yarn v1 starter turborepo.

What's inside?

This turborepo uses Yarn as a package manager. It includes the following packages/apps:

Apps and Packages

  • convex: a Convex app
  • web: a Next.js app
  • mobile: an Expo React Native app
  • utils: a stub util library shared by both web, mobile, and convex applications

Each package/app is 100% TypeScript.

Utilities

This turborepo has some additional tools already setup for you:

Setup

Edit apps/convex/convex.json to your Convex app details. Edit apps/convex/.env.local to CONVEX_URL=[your-convex-url] Edit apps/web/_app.tsx to your Convex url Edit apps/mobile/App.tsx to your Convex Url

//TODO: unify CONVEX_URL env var to be sharable across apps

Run cd convex-turborepo && yarn install

Develop

To develop all apps and packages, run the following command:

cd convex-turborepo
yarn run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published