Skip to content

mallorysmith64/minimalist-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Minimalist Tic-Tac-Toe!

Play version 1.0.0 of Minimalist Tic-Tac-Toe here:
https://minimalist-tic-tac-toe-mallorysmith64.netlify.com/

To run this project locally:
git clone https://github.com/mallorysmith64/minimalist-tic-tac-toe.git
cd minimalist-tic-tac-toe
yarn install
yarn start

Cheers.

Note: "yarn install is used to install all dependencies for a project.
This is most commonly used when you have just checked out code for a project
or when another developer on the project has added a new dependency that you need to pick up."
Source: https://yarnpkg.com/en/docs/cli/install