https://github.com/soham-shee/vite-auth
Vite Authentication BoilerPlate (Email, Password)
https://github.com/soham-shee/vite-auth
appwrite boilerplate react vite
Last synced: 2 months ago
JSON representation
Vite Authentication BoilerPlate (Email, Password)
- Host: GitHub
- URL: https://github.com/soham-shee/vite-auth
- Owner: soham-shee
- Created: 2025-02-10T11:14:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T11:39:24.000Z (over 1 year ago)
- Last Synced: 2025-06-01T15:03:21.658Z (about 1 year ago)
- Topics: appwrite, boilerplate, react, vite
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vite-Authentication Boilerplate
Easy-to-use Vite-Authentication Boilerplate
- Authentication features - Email, Password
- Appwrite Integration
## Run Locally
Clone the project
```bash
git clone https://github.com/soham-shee/vite-auth.git
```
Configuration
```bash
cd vite-auth
npm install
```
Start the server
```bash
npm run dev
```