Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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
```