Simple MERN (Mongo, Express, Reactjs, Node) example.
- Nodejs
- NPM
- Mongo
Edit server.js to change the default settings (e.g. server PORT, mongo HOST/PORT).
To download required javascript dependencies:
npm install
To startup the application:
npm start
Go to: http://localhost:8080
To run the unit tests execute mocha from the root of the project.
mocha