deno-monorepo-template
A Deno Monorepo Starter Kit
File Explorer
Download Latest Version (.zip)- settings.json
- index.ts
- router.ts
- deno.json
- Dockerfile
- vite.svg
- auth-client.ts
- query.ts
- $postId.tsx
- index.tsx
- __root.tsx
- about.lazy.tsx
- hello.tsx
- index.lazy.tsx
- login.tsx
- global-jsdom.ts
- index.css
- loading.test.tsx
- loading.tsx
- main.tsx
- routeTree.gen.ts
- vite-env.d.ts
- .gitignore
- deno.json
- Dockerfile
- index.html
- postcss.config.ts
- README.md
- tailwind.config.ts
- tsr.config.json
- vite.config.ts
- .gitignore
- config.toml
- deno.json
- auth.ts
- deno.json
- 0000_snapshot.json
- 0001_snapshot.json
- _journal.json
- 0000_fast_leech.sql
- 0001_sharp_payback.sql
- accounts.ts
- index.ts
- invitations.ts
- jwks.ts
- members.ts
- organizations.ts
- passkeys.ts
- sessions.ts
- two-factors.ts
- users.ts
- verifications.ts
- index.ts
- types.ts
- .env
- deno.json
- drizzle.config.ts
- deno.json
- mod.ts
- mod_test.ts
- .dockerignore
- .env
- .env.example
- .gitignore
- .lazy.lua
- deno.jsonc
- deno.lock
- docker-compose.yml
- image.png
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/runreal/deno-monorepo-template
Downloads the entire project code from GitHub to your computer.
cd deno-monorepo-template
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up -d --build
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
