Team Formation application
Note: this is likely deprecated, will update.
cd server
yarn install
yarn build
yarn serve
- 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.
cd client
yarn install
yarn start
- When prompted with
Would you like to run the app on another port instead? (Y/n)
, typey
- Visit
localhost:3001
to view client.