Skip to content

CEG-bandITs/itrix-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

itrix-game

Game Website devoloped for ITRIX-2022.

Building And Running the Project

Clone the repo

git clone https://github.com/CEG-bandITs/itrix-game.git

Client

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages