Welcome to Campus Share! Here's what we have documented:
- Dependencies
- Development Environment Setup
- Running the Application
- Testing
- Debugging
- node.js
- Your preferred IDE (we 💙 VS Code)
- Git BASH/GUI (we recommend GitHub Desktop)
- Clone this repo locally
Command line:
git clone https://github.com/faqima01/SeniorProjectFrontend.git
- Install dependencies:
Command line:
npm install
If you recieve an error as described below in the debugging section, check out npm-install-all as an alternate method.
Start command:
npm start
Tip: you can install nodemon to automatically reload the app to reflect changes!
👷 Under construction!
💡
If you recieve a variation on the following error:
could not find module "XXX"
try running the following command:
npm install "XXX"
replacing "XXX" with the module name.
Contact us with any questions, comments, concerns, or feedback!