https://github.com/haike0513/dblog
A modern, template for building full-stack React applications using Deno, React Router, Drizzle ORM.
https://github.com/haike0513/dblog
deno drizzle full-stack postgres react
Last synced: 2 months ago
JSON representation
A modern, template for building full-stack React applications using Deno, React Router, Drizzle ORM.
- Host: GitHub
- URL: https://github.com/haike0513/dblog
- Owner: haike0513
- Created: 2025-05-11T01:14:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-04T07:54:09.000Z (about 1 year ago)
- Last Synced: 2025-06-08T14:50:42.724Z (about 1 year ago)
- Topics: deno, drizzle, full-stack, postgres, react
- Language: TypeScript
- Homepage:
- Size: 469 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to DBLOG!
A modern, template for building full-stack React applications using Deno, React Router, Drizzle ORM.
## Features
- 🚀 Server-side rendering
- ⚡️ Hot Module Replacement (HMR)
- 📦 Asset bundling and optimization
- 🔄 Data loading and mutations
- 🔒 TypeScript by default
- 🎉 TailwindCSS for styling
- 📖 [React Router docs](https://reactrouter.com/)
## Getting Started
### Installation
Install the dependencies:
```bash
deno install
```
### Development
Start the development server with HMR:
```bash
deno task start
```