ludralph / mern-simple-setup

A simple application with Webpack, Babel, and Nodemon configuration to check development environment setup for React-Node-Express-MongoDB based web application development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mern-simple-setup

A simple application with Webpack, Babel, and Nodemon configuration to check development environment setup for React-Node-Express-MongoDB based web application development.

What you need to run this code

  1. Node
  2. NPM
  3. MongoDB

How to run this code

  1. Make sure MongoDB is running on your system
  2. Clone this repository
  3. Open command line in the cloned folder,
  4. To install dependencies, run npm install
  5. To run the application for development, run npm run development
  6. Open localhost:3000 in the browser

About

A simple application with Webpack, Babel, and Nodemon configuration to check development environment setup for React-Node-Express-MongoDB based web application development.

License:MIT License


Languages

Language:JavaScript 100.0%