turbo-expo-nextjs-clerk-convex-monorepo
Monorepo template with Turborepo, Next.js, Expo, Clerk, Convex
File Explorer
Download Latest Version (.zip)- adaptive-icon.png
- favicon.png
- icon.png
- splash.png
- [noteId].tsx
- new.tsx
- _layout.tsx
- index.tsx
- _layout.tsx
- sign-in.tsx
- _layout.tsx
- Inter-Bold.ttf
- Inter-Medium.ttf
- Inter-Regular.ttf
- Inter-SemiBold.ttf
- Montserrat-Bold.ttf
- Montserrat-Light.ttf
- Montserrat-Medium.ttf
- Montserrat-Regular.ttf
- Montserrat-SemiBold.ttf
- arrow-back.png
- avatar.png
- google.png
- logo.png
- logo2small.png
- OrignalIcon.png
- saveIcon.png
- summaryIcon.png
- CreateNoteScreen.tsx
- InsideNoteScreen.tsx
- LoginScreen.tsx
- NotesDashboardScreen.tsx
- .example.env
- .gitignore
- app.json
- babel.config.js
- ConvexClientProvider.tsx
- index.tsx
- metro.config.js
- package.json
- tsconfig.json
- Add.png
- background.png
- blue-circle-right.svg
- blue-circle.svg
- bot.png
- cloudSync.png
- cricle.svg
- delete.svg
- Fantasy.png
- github.png
- goodNews.png
- googleCalander.png
- hero.png
- hero_image_bg.svg
- left-arrow.png
- logo.png
- menu.png
- message-left.svg
- message-right.svg
- Moe-Partuj.jpeg
- monitor.png
- profile.png
- search.svg
- star.svg
- next.svg
- vercel.svg
- page.tsx
- page.tsx
- ConvexClientProvider.tsx
- favicon.ico
- globals.css
- layout.tsx
- page.tsx
- avatar.tsx
- button.tsx
- dropdown-menu.tsx
- Logo.tsx
- Menu.tsx
- TestTimonialCard.tsx
- UserNav.tsx
- Benefits.tsx
- ComplexToggle.tsx
- Footer.tsx
- FooterHero.tsx
- Hero.tsx
- Testimonials.tsx
- Checkbox.tsx
- CreateNote.tsx
- DeleteNote.tsx
- NoteDetails.tsx
- NoteItem.tsx
- Notes.tsx
- Header.tsx
- utils.ts
- proxy.ts
- .example.env
- .gitignore
- eslint.config.mjs
- package.json
- postcss.config.js
- tsconfig.json
- vercel.json
- api.d.ts
- api.js
- dataModel.d.ts
- server.d.ts
- server.js
- auth.config.ts
- notes.ts
- openai.ts
- README.md
- schema.ts
- tsconfig.json
- utils.ts
- .gitignore
- package.json
- .gitignore
- .prettierrc
- LICENSE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- renovate.json
- turbo.json
# Installation Guide
1. Get the code
git clone https://github.com/get-convex/turbo-expo-nextjs-clerk-convex-monorepo
Downloads the entire project code from GitHub to your computer.
cd turbo-expo-nextjs-clerk-convex-monorepo
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
pnpm install
Downloads and installs the libraries listed in package.json.
pnpm --filter @packages/backend setup
Type this command into your terminal and run it.
pnpm dev
Starts the development/run server.
cd ../../packages/backend && pnpm exec convex deploy --cmd 'cd ../../apps/web && pnpm build' --cmd-url-env-var-name NEXT_PUBLIC_CONVEX_URL
Moves into the project folder you just downloaded.
pnpm --filter web-app add mypackage@latest
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
