https://github.com/paularoo/authdemo
https://github.com/paularoo/authdemo
authentication react tanstack-router
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paularoo/authdemo
- Owner: PaulAroo
- Created: 2024-03-16T03:13:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T03:24:04.000Z (over 2 years ago)
- Last Synced: 2025-06-12T17:49:10.413Z (about 1 year ago)
- Topics: authentication, react, tanstack-router
- Language: TypeScript
- Homepage: https://auth-quen-demo.netlify.app/
- Size: 682 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Auth Demo
React + TypeScript + Vite
### Getting Started
---
- Clone the repository
```sh
git clone https://github.com/PaulAroo/authDemo.git
```
- Install dependencies
```sh
pnpm install
```
- Run the development server:
```sh
pnpm dev
# or
npm run dev
# or
yarn dev
# or
bun dev
```
Open http://localhost:5173 with your browser to see the result.