A simple Minecraft game build using React JS
https://minecraft-game-368ef.web.app/
Required to install and run the software:
From the project folder, run these commands in console (terminal) to install dependencies and run the app:
1. npm install
2. npm run dev
3. npm start

