nikolaycviv / react-tic-tac-toe

Tic Tac Toe in React

Home Page:https://react-tic-tac-toe.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Tic Tac Toe

Installing

  • With yarn:
yarn install
  • With npm:
npm install

Running

Development

Simply run:

npm run watch

And open http://localhost:7000/ on your favorite browser.

Production

  • Build the app, the files will be available in ./dist:
npm run build
npm start

Lint

Simply type npm run lint on your terminal to lint using ESLint following Airbnb's JavaScript Styleguide.

Testing

This project is using Jest for testing, simply type npm test on the root folder to see the magic!

About

Tic Tac Toe in React

https://react-tic-tac-toe.now.sh/


Languages

Language:JavaScript 98.1%Language:HTML 1.9%