Project made to understand the fundamentals of the React framework
The project uses npm for the dependencies, so it's only necessary to have npm installed on the hosting machine.
To locally host the web site:
git clone https://github.com/0SimoneSerra0/GameHub.git
cd GameHub/Client/
npm install
npm run dev



