https://github.com/harrison1/vue3-tic-tac-toe
vue 3 tic tac toe starter
https://github.com/harrison1/vue3-tic-tac-toe
Last synced: about 1 month ago
JSON representation
vue 3 tic tac toe starter
- Host: GitHub
- URL: https://github.com/harrison1/vue3-tic-tac-toe
- Owner: Harrison1
- License: mit
- Created: 2021-03-26T12:23:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-26T13:13:34.000Z (over 5 years ago)
- Last Synced: 2025-02-09T17:18:30.248Z (over 1 year ago)
- Language: TypeScript
- Size: 190 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue 3 Tic Tac Toe
## Installation
Download and install the latest version of [Node.js](https://nodejs.org/en/)
```cli
git clone git@github.com:Harrison1/vue3-tic-tac-toe.git
cd vue3-tic-tac-toe
npm i
npm run dev
```
app running on [localhost:3000](http://localhost:3000/)
## Testing
```cli
npm run test
```