Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 608 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 608 Bytes

Tic Tak Toe

Netlify Status

How to get started ?

  1. CLick on Green Code button and download the project

  2. Open terminal in project's root directory

  3. Execute the below command to install all dependencies

npm install 
  1. Execute the below command to start the project server
npm start
  1. Optionally you can execute the bellow command to get a production build
npm build

Demo