Frontend for Bun Hono Backend.
- Make sure your backend server is running. Bun Hono Backend
First, run the development server:
pnpm installCreate .env file in the root directory and add the following:
BACKEND_URL=http://localhost:3000
USERNAME="" # same as backend
PASSWORD="" # same as backendRun the development server:
pnpm run devOpen 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.