generated from cs130-w22/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Installing Application
Thomas Kamm edited this page Mar 1, 2022
·
3 revisions
First make sure that Node.js is installed. You can install Nodejs here
Clone the project
git clone https://github.com/cs130-w22/Group-B5-frontend.git
Install dependencies
npm install
Run the project locally on localhost:3000
npm start
Instead Node.js as above if not already done
Install Yarn, which is a package manager like npm
npm install --global yarn
Clone the project
git clone https://github.com/cs130-w22/Group-B5-backend.git
Install dependencies
yarn install
Compile the Typescript into Javascript
yarn build
Run the project
yarn start
Note: Both projects rely on a .env file with various secrets and API keys. The .env files are not checked into version control. If you require the .env, contact a contributor to this repo for a copy.