A React implementation of 2048 built with Typescript and 💅 styled-components
Try online demo here
$ npm install
$ npm start
# open http://localhost:3000You can also access the local development server from mobile
$ npm install
$ npm run start:host
# open http://${your_computer_ip}:3000, for exmaple http://192.168.0.1:3000MIT