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
- Host: GitHub
- URL: https://github.com/making3/2048
- Owner: making3
- Created: 2018-11-09T00:41:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T10:28:34.000Z (about 5 years ago)
- Last Synced: 2023-08-01T17:33:19.032Z (almost 3 years ago)
- Language: CSS
- Homepage: https://making3.github.io/2048/
- Size: 1.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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)