Skip to content

Hono + Next.js sample application / Backend and Frontend use only TypeScript!!!

Notifications You must be signed in to change notification settings

mikan3rd/hono-next-example

Repository files navigation

🚀 hono-next-example

Tech Stack

Setup

Environment Variables

  • Create .env file in the docker directory, refer to .env.example
  • Otherwise an error will occur when running the development server

Run by Docker

Development Server

cd docker

docker compose build
docker compose up -d

Production

cd docker

docker compose -f docker-compose.prod.yml build
docker compose -f docker-compose.prod.yml up -d

Run by local

  • Install package manager asdf
brew install asdf
  • Install JavaScript runtime Bun by asdf
asdf install
  • Install dependencies by Bun
bun install

Format & Lint & Test

cd packages/backend_app
bun check:all

cd packages/frontend_app
bun check:all

About

Hono + Next.js sample application / Backend and Frontend use only TypeScript!!!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •