Skip to content

This is a code to game like "How-are-you? Speak!" (stone, paper or scissors)

Notifications You must be signed in to change notification settings

fortil/game-of-drones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GAME OF DRONES

This is a code to game like "How-are-you? Speak!"

FIRST (Clone 😄)

git clone https://github.com/fortil/game-of-drones.git

cd game-of-drones

SERVER SIDE

cd server

yarn install or npm i (I prefer yarn)

yarn start or npm start

It will run on the port 8080 (localhost)

CLIENT SIDE

cd client

yarn install or npm i (I prefer yarn)

yarn start or npm start

The navigator will open a tab on localhost:3000

RUN TESTS

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!

About

This is a code to game like "How-are-you? Speak!" (stone, paper or scissors)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published