Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 487 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 487 Bytes

2048-React

2048 Game App made with React you can see it here

screenshot

how to clone this repository:

cd into the folder you want to copy this repo clone it:

git clone https://github.com/Nadzt/2048-React.git

cd into the project folder

cd 2048-React

install dependencies

npm i

start the server

npm run dev

done, go to the link displayed on your terminal!