https://github.com/mr-addict/nextjs-template
Custom Nextjs Template
https://github.com/mr-addict/nextjs-template
mongodb mongodb-atlas next-auth nextjs nextjs13 template typescript
Last synced: about 1 month ago
JSON representation
Custom Nextjs Template
- Host: GitHub
- URL: https://github.com/mr-addict/nextjs-template
- Owner: MR-Addict
- Created: 2023-01-16T13:42:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-26T04:52:53.000Z (about 3 years ago)
- Last Synced: 2026-01-03T22:42:46.305Z (4 months ago)
- Topics: mongodb, mongodb-atlas, next-auth, nextjs, nextjs13, template, typescript
- Language: TypeScript
- Homepage: https://nextjstemplate.mraddict.vercel.app
- Size: 139 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nextjs Custom Template
## 1. Custom Packages
- [x] Prettier
- [x] Nextauth
- [x] Typescript
- [ ] Turbopack
- [x] Tailwindcss
- [x] Mongodb Altas
- [x] Bcryptjs(Replacing bcrypt used on Server Side)
## 2. Custom Components
- [x] Popup
- [x] Error
- [x] Footer
- [x] Loading
- [x] Tooltip
- [x] ScrollToTop
## 3. Features
- [x] `src` folder
- [x] Login
- [x] Mongodb
## 3. How to Use
add `.env` file:
```env
NEXTAUTH_SECRET="8GYrPDgw9wj5213UHWIm"
NEXTAUTH_URL="https://your.domain.com/"
MONGODB_URI="mongodb://username:password@mongodb0.example.com:27017/"
```
Creat Next.js app with custom template:
```bash
npx create-next-app@latest -e https://github.com/MR-Addict/nextjs-template
```