Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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"