/bruin-trade

Bruin Trade, an online trading platform exclusively for the UCLA community focusing on used goods.

Primary LanguageJavaScript

How to run the app locally:

Step 1:

Make sure Node.js is installed.

Step 2:

Open a terminal and get into the BackEnd directory.

Step 3:

Run the command

npm install

Step 4:

After the installation completes, run the command

npm run watch

Step 5:

Open a new terminal and get into the FrontEnd directory.

Step 6:

Run the command

npm install

Step 7:

After the installation completes, run the command

npm start

After Step 7, the app should be running locally at http://localhost:3000/.