Skip to content

m-x-k/mern-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://localhost:8080

Test

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

mocha

About

Basic MERN example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages