React, MongoDB, Express, and Node
Open directory in CMD
npm install -Sf (-Sf makes packages force save to server)
Server:
mongod (need Mongodb installed)
cd backend/
nodemon server.js
(Should output succesful connection message to MongoDB database)
cd ../ (go back to root folder)
npm start (Starts application on localhost:3000)