Important! At first make sure that you already have configured and ran the API.
Download or clone the repo:
git clone https://github.com/ksavblik/books-websocket-app
If you have NVM installed, then it's recommended to use the lts version of Node, run in the project directory:
nvm use
Open the project in a terminal, install deps and run it:
cd ./books-websocket-app
yarn
yarn start
This is it, feel free to hack the code!😄