- The "TIC TAC TOE" Game
This project is my first `TypeScript` project ;)
1- Setup node_modules
yarn --init
2- Add Typescript packageyarn add -D typescript
3- Add Typescript package
yarn add -D tsc
4- Compile files from "src" dirctory `yarn tsc --init` :) * `yarn tsc --watch`