Getting Started (Local Server)
First Time Project Set-Up
git clone https://github.com/chingu-voyage4/Bears-Team-11.git
git remote add upstream https://github.com/chingu-voyage4/Bears-Team-11.git
npm install -g create-react-app
npm install
cd Bears-Team-11/
npm startSetting Up MongoDB
Running the Local Server
Last updated