Skip to content

umangshrestha/tic-tac-toe

Repository files navigation

Installing Dependencies

$ npm create vite@latest --template tic-tac-toe -- --template react
$ cd tic-tac-toe
$ npm install
$ npm run dev

If every thing works good you can go http://localhost:5174/ in browser and see:

View Quick Start Image

We will use storybook to view the components individually

Installing other dependencies

$ npm install --save react-redux @types/react-redux @reduxjs/toolkit 

Game Preview