https://github.com/devjubayr/next-auth-demo
https://github.com/devjubayr/next-auth-demo
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devjubayr/next-auth-demo
- Owner: devjubayr
- Created: 2025-03-18T14:35:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-19T03:11:15.000Z (over 1 year ago)
- Last Synced: 2026-07-16T02:34:28.139Z (5 days ago)
- Language: JavaScript
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next Auth with Next.js
1. Clone the repository:
```bash
git clone
```
2. Checkout your directory -> cd example-folder
3. Install dependencies
```bash
npm install
```
4. Run the commend and start server on your machine:
```bash
npm run dev
```