An open API service indexing awesome lists of open source software.

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.

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
```