Skip to content

Repository files navigation

Frontend for Bun Hono Backend.

Getting Started

Prerequisites

Installation

First, run the development server:

pnpm install

Create .env file in the root directory and add the following:

BACKEND_URL=http://localhost:3000
USERNAME="" # same as backend
PASSWORD="" # same as backend

Run the development server:

pnpm run dev

Open http://localhost:3001 with your browser to see the result.

Note: If Backend is running in different port, change the BACKEND_URL in .env file. And if running in PORT 3000 the frontend will run in PORT 3001.

Releases

Packages

Contributors

Languages