- Clone Repository
git clone https://github.com/francismars/chain-duel
- Install NodeJS
sudo apt install nodejs
- Install NPM
sudo apt install npm
- Install Express
npm install express
- Create a .env file with the following content:
IP_SOCKET=[IP_OF_BACKEND_SERVER]
PORT_SOCKET=[PORT_OF_BACKEND_SERVER]
place it on the root folder
npm start