Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 4 hours 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 (1 day ago)
- Default Branch: main
- Last Pushed: 2025-02-10T11:39:24.000Z (1 day ago)
- Last Synced: 2025-02-10T12:34:11.597Z (1 day 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 LocallyClone 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
```