This project refers to React tic-tac-toe tutorial switched to tsx with functional component using hooks.
It was NOT bootstrapped with Create React App because I prefer know "what I am doing" so I've reconfigured the project to work with webpack.
In the project directory, you can run:
Runs the app in the development mode.
Open localhost to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner with test coverave that you can find in the homonym directory.
Launches the test runner in watch mode.
Checks code standards with prettier.
Formats the code in base of the specified standards.
Launches storybook to localhost:9010.
Launches storybook build.
Builds the app for production to the build
folder.