Skip to content

whmori17/react-tic-tac-toe-hooks

Repository files navigation

React Tic Tac Toe Hooks

Introduction

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.

Available Scripts

In the project directory, you can run:

npm|yarn start

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.

npm|yarn test

Launches the test runner with test coverave that you can find in the homonym directory.

npm|yarn test:watch

Launches the test runner in watch mode.

npm|yarn format:check

Checks code standards with prettier.

npm|yarn format

Formats the code in base of the specified standards.

npm|yarn storybook

Launches storybook to localhost:9010.

npm|yarn build-storybook

Launches storybook build.

npm|yarn run build

Builds the app for production to the build folder.

About

react-tic-tac-toe-hooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published