https://github.com/cham11ng/tic-tac-toe
Tic Tac Toe - React Basics
https://github.com/cham11ng/tic-tac-toe
Last synced: about 1 year ago
JSON representation
Tic Tac Toe - React Basics
- Host: GitHub
- URL: https://github.com/cham11ng/tic-tac-toe
- Owner: cham11ng
- Created: 2018-01-03T14:37:47.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T12:45:28.000Z (over 2 years ago)
- Last Synced: 2025-02-10T15:15:05.349Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://cham11ng.github.io/tic-tac-toe/
- Size: 285 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Toe
[](https://travis-ci.org/cham11ng/tic-tac-toe)
---
## Prerequisite
* [Node.js](https://yarnpkg.com/en/docs/install) - 8.9.2 or above
* [Yarn](https://yarnpkg.com/en/docs/install) - 1.3.2 or above
* [NPM](https://docs.npmjs.com/getting-started/installing-node) - 5.6.0 or above
## Setup
Clone the repository, install the dependencies and get started right away.
$ git clone git@github.com:cham11ng/tic-tac-toe.git
$ cd
$ yarn
Finally, start the application.
$ yarn start
It will auto-navigate react application to http://localhost:8000/.
## Contributing
For contribution and feature requests, please create an [issue](https://github.com/cham11ng/tic-tac-toe/issues) first.