Skip to content

AlessioChen/tic-tac-toe

Repository files navigation

Tic Tac Toe Game

About the project

Project made for VueJs Course on start2Impact, it's a simple tic tac toe game.

Getting started

To get a local copy up and running follow these simple steps. You can also try a live demo on Netlify

Prerequisites

Installation

Download source and open a command prompt in its folder and run the following code. npm install npm run serve Navigate to http://localhost:8080. The app will automatically reload if you change any of the source files.

Acknowledgements