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
- Host: GitHub
- URL: https://github.com/hackgt/team-formation
- Owner: HackGT
- License: mit
- Created: 2019-01-18T01:07:23.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T12:38:49.000Z (about 3 years ago)
- Last Synced: 2025-02-03T04:29:04.649Z (about 1 year ago)
- Language: CSS
- Size: 30.5 MB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.