Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/6hislain/mern-boilerplate
A minimal MERN stack boilerplate
https://github.com/6hislain/mern-boilerplate
express mern mongo node react
Last synced: 21 days ago
JSON representation
A minimal MERN stack boilerplate
- Host: GitHub
- URL: https://github.com/6hislain/mern-boilerplate
- Owner: 6hislain
- License: mit
- Created: 2024-06-01T17:37:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-04T14:41:10.000Z (7 months ago)
- Last Synced: 2024-11-09T20:41:13.786Z (2 months ago)
- Topics: express, mern, mongo, node, react
- Language: TypeScript
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MERN boilerplate
A minimal MERN stack boilerplate
## Requirements
- node 20
- mongodb
- code editor
- browser## Installation
- git clone https://github.com/6hislain/mern-boilerplate
- cd mern-boilerplate/client
- npm install
- cd ../server
- npm install
- cd ..
- npm i -g concurrently
- concurrently "npm run dev --prefix client" "npm run dev --prefix server"