An open API service indexing awesome lists of open source software.

https://github.com/hackgt/team-formation

Team Formation application
https://github.com/hackgt/team-formation

Last synced: about 1 year ago
JSON representation

Team Formation application

Awesome Lists containing this project

README

          

# 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.