Skip to content

sandrahoang686/react-tic-tac-toe

 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.1%
  • HTML 1.9%