Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 471 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 471 Bytes

MERN Starter project

Simple MERN (Mongo, Express, Reactjs, Node) example.

Requires

  • Nodejs
  • NPM
  • Mongo

Configuration

Edit server.js to change the default settings (e.g. server PORT, mongo HOST/PORT).

Setup

To download required javascript dependencies:

npm install

Run

To startup the application:

npm start

Go to: http://localhost:8080

Test

To run the unit tests execute mocha from the root of the project.

mocha