https://github.com/tomhuel/three-in-row
Little game to learn React
https://github.com/tomhuel/three-in-row
mini-project web
Last synced: 10 months ago
JSON representation
Little game to learn React
- Host: GitHub
- URL: https://github.com/tomhuel/three-in-row
- Owner: Tomhuel
- License: mit
- Created: 2023-11-15T09:28:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T13:03:00.000Z (over 2 years ago)
- Last Synced: 2024-12-07T19:18:54.432Z (over 1 year ago)
- Topics: mini-project, web
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tres-En-Raya
Pequeño juego para comprender conceptos de React.
## Clonar repositorio:
```
git clone https://github.com/Tomhuel/Tres-En-Raya.git
```
## Acceder a escritorio e instalar dependencias
```
cd Tres-En-Raya
npm install
```
## Ejecutar proyecto
```
npm run dev
```
Ahora solo tenemos que acceder a [Localhost:5173](http://localhost:5173/)