An open API service indexing awesome lists of open source software.

https://github.com/making3/2048

Clone of the game 2048 in React
https://github.com/making3/2048

Last synced: 8 months ago
JSON representation

Clone of the game 2048 in React

Awesome Lists containing this project

README

          

# 2048

This is a clone of the game 2048 (This is mostly a learning project for tech I'm unfamiliar with).

## Installing

npm install

## Development

For developing, run the below command and load http://localhost:3000 in a browser.

npm run dev

## Deploying

Deploying will deploy to the gh-pages branch.

npm run export
npm run deploy

## Built With

- [Next.js](https://nextjs.org/)
- [React](https://reactjs.org/)
- [Sass](https://sass-lang.com/)

## References

- [Next.js - Learn](https://nextjs.org/learn/)
- [Deploying a Next.js app into GitHub Pages](https://github.com/zeit/next.js/wiki/Deploying-a-Next.js-app-into-GitHub-Pages)
- [Next.js app on Github Pages](https://itnext.io/next-js-app-on-github-pages-768020f2b65e)