Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 612 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 612 Bytes

Bet022 - Event Prediction Platform

Greetings traveler! 👋

My friends and I are fans of all sports events; we like to predict the outcome of those events and to compete with each other to see who was more successful at it. This application is made for that purpose, to ease our life, to grant us good competing user experience while we enjoy sports and great company.

In order to run the application first install the dependencies.

npm i

Then run a server with mock data:

npm run server

And run the application in development mode:

npm run dev

Cheers! 🍻