Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 614 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 614 Bytes

A React implementation of 2048 built with Typescript and 💅 styled-components

Demo

Try online demo here

Getting Started

$ npm install
$ npm start
# open http://localhost:3000

You 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:3000

Liscense

MIT