This is a code to game like "How-are-you? Speak!"
git clone https://github.com/fortil/game-of-drones.git
cd game-of-drones
cd server
yarn install
or npm i
(I prefer yarn
)
yarn start
or npm start
It will run on the port 8080
(localhost)
cd client
yarn install
or npm i
(I prefer yarn
)
yarn start
or npm start
The navigator will open a tab on localhost:3000
to run the test in each folder you should run yarn run test
, but the fetch test
in the side client run with the server on.
Enjoy!