Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 655 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 655 Bytes

team-formation

Team Formation application

Getting Started

Note: this is likely deprecated, will update.

Note: start the server before the client

Server

  1. cd server
  2. yarn install
  3. yarn build
  4. yarn serve
  5. Visit localhost:3000 to check out the server.

Make sure to make a .env and fill in the environmental variables(DM project lead or team member for them). The file .env.example provides a template.

Client

  1. cd client
  2. yarn install
  3. yarn start
  4. When prompted with Would you like to run the app on another port instead? (Y/n), type y
  5. Visit localhost:3001 to view client.