See the deployed site here (loading times may vary due to database hosting).
teamMate allows users to browse and host sport events. users can start a team, join an existing one or ride solo and attend private or public pick-up games.
-
Clone the repo
-
cd into the repo on your computer.
-
Install dependencies
$ npm install
- Compile and run to run the app in a browser
$ npm run start
-
If you like to use the server to see some data go here and repeat steps 1,2,3,4
-
Let me know what you think.