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
- Host: GitHub
- URL: https://github.com/angydev/mern-setup
- Owner: AngyDev
- Created: 2021-06-28T13:29:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T10:07:57.000Z (over 4 years ago)
- Last Synced: 2025-01-22T12:14:57.788Z (about 1 year ago)
- Language: JavaScript
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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