Tic-tac-toe is a simple project that implements state machines using XState technology. The project uses technologies such as React, XState, Vite, Jest, React Testing Library, Styled-components, Eslint
- Clone project in your editor code.
- Run command
npm install
to install all dependencies. - Run command
npm run dev
to start the project locally.
npm run dev
- starting application in dev modenpm run build
- build production versionnpm run preview
- starting application in production modenpm run test
- run all tests