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

https://github.com/angydev/mern-setup

A MERN stack setup
https://github.com/angydev/mern-setup

Last synced: 11 months ago
JSON representation

A MERN stack setup

Awesome Lists containing this project

README

          

# MERN Setup
Learn MERN stack development by building modern web apps using MongoDB, Express, React, and Node.js
This code is created following the book [Full-stack React Project](https://www.packtpub.com/product/full-stack-react-projects-second-edition/9781839215414)

#### What you need to run this code
1. Node (13.12.0)
2. NPM (6.14.4) or Yarn (1.22.4)
3. MongoDB (4.2.0)

#### How to run this code
1. Clone this repository
2. Open command line in the cloned folder,
- To install dependencies, run ``` npm install ```
- To run the application for development, run ``` npm run development ```
3. Open [localhost:3000](http://localhost:3000/) in the browser