Game Website devoloped for ITRIX-2022.
Clone the repo
git clone https://github.com/CEG-bandITs/itrix-game.git
To start running client
cd client
npm install
npm run start
To start running server
cd server
npm install
npm run start
To start the application in production mode
cd client
npm install npm run build
cd ../server
npm run install --production
npm run start