Skip to content

This project shows how to use Better Auth in React Router v7 project.

License

Notifications You must be signed in to change notification settings

vfshera/better-auth-rr7-hono-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Router + Better Auth

This project shows how to use Better Auth in React Router v7 project.

Whats implemented:

Libraries used:

Getting Started

Installation

Install the dependencies:

pnpm install

Development

Start the development server with HMR:

pnpm dev

Your application will be available at http://localhost:5173.

Building for Production

Create a production build:

pnpm build

Deployment

If you're familiar with deploying Node applications, the built-in app server is production-ready.

Make sure to deploy the output of npm run build

├── package.json
├── package-lock.json (or pnpm-lock.yaml, or bun.lockb)
├── build/
│   ├── client/    # Static assets
│   └── server/    # Server-side code

License MIT

About

This project shows how to use Better Auth in React Router v7 project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published