2048 Game App made with React you can see it here
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!