Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 749 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 749 Bytes

My Skills

redux-tictactoe

A tic tac toe game made by react/typescript and redux toolkit

GitHub followers GitHub forks GitHub watchers GitHub Repo stars

setups

  1. install node.js on your local machine
  2. install package.json by running below code in the root directory of project where package.json file exists
npm install
npm start