This project is a minimal setup for a full-stack application with WebAuthn using React, TypeScript, and Vite for the frontend, with a Bun-powered backend.
Before running the application, ensure you have the following installed:
To set up the project, clone the repository and install dependencies:
git clone <repository-url>
cd <repository-name>
bun install
The application consists of two main parts: the server and the client.
To start the server, run the following command:
bun run server.ts
This will start the backend server on the default port.
To start the client development server, use:
bun run dev