An open API service indexing awesome lists of open source software.

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

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
```