Skip to content
This repository was archived by the owner on Sep 19, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (22 loc) · 686 Bytes

File metadata and controls

26 lines (22 loc) · 686 Bytes

React Node Sample App

Install

$ npm install

Configuration

  • Register for free MongoDB Database with mLab or MongoDB Cloud
  • Rename config/dev.js.sample to config/dev.js for local development
  • Create database and configure config/dev.js, change mongoURI and other configurations.

Run Local Server

$ npm run dev

Run Heroku Server

$ git add .
$ git commit -am "initial commit"
$ git push heroku master

Sample

Here is the sample: nameless-forest-77471.herokuapp.com