https://github.com/0xquark/2048-react-cicd
https://github.com/0xquark/2048-react-cicd
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xquark/2048-react-cicd
- Owner: 0xquark
- License: mit
- Created: 2023-11-30T21:06:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-30T21:08:42.000Z (over 1 year ago)
- Last Synced: 2025-01-15T22:38:44.173Z (5 months ago)
- Language: TypeScript
- Size: 325 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getting Started with 2048
This game (2048) was built using **React** and **TypeScript**. The unique part of this example is animations. The animations in React aren't that straightforward, so I hope you can learn something new from it.
## Available Scripts
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.\
You will also see any lint errors in the console.### `yarn build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).