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

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.

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