Skip to content

SoftwareKater/angular2048

Repository files navigation

License: MIT Build Status

Angular2048

Angular implementation of the famous game 2048 by Gabriele Cirulli.

Development

npm i
npm run build
npm run start
´´´

This serves the app at `localhost:8080`.