This repository will hold the steps to create a tictactoe board.
- Open a terminal on your computer
- Install git // You will need to figure this one out :)
- Install Visual Studio Code
- Create a directory:
a. type =>
cd ~
// cd stands for change directory b. type =>mkdir practice
// mkdir stands for make directory c. type =>git clone https://github.com/zwallacedev/tictactoestarter.git
- type =>
cd practice/tictactoestarter/app
// this gets you into three folders :D - type =>
yarn start