https://github.com/soham901/mern-template
MERN stack template with tailwind css, daisyUI, Bun, Mongodb.
https://github.com/soham901/mern-template
Last synced: 3 months ago
JSON representation
MERN stack template with tailwind css, daisyUI, Bun, Mongodb.
- Host: GitHub
- URL: https://github.com/soham901/mern-template
- Owner: soham901
- Created: 2024-01-24T04:05:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T00:01:37.000Z (over 2 years ago)
- Last Synced: 2025-12-31T22:42:54.145Z (7 months ago)
- Language: JavaScript
- Size: 135 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MERN Stack Basic Template
### Frontend Setup:
```bash
cd client
bun i
bun run dev
goto http://localhost:1337
```
### Backend Setup:
```bash
cd server
bun i
bun run dev
goto http://localhost:5000
```