Note for React and Node.js

Create React App by CLI

npx create-react-app react-app

Run React App

npm start

Start MongoDB Locally on Mac

mongod --port 27017 --dbpath /Users/fred/Desktop/crm/data/db