Skip to content

Lingvokot/Tic-Tac-Toe-React

Repository files navigation

Tic-Tac-Toe-React Codeship Status for Lingvokot/Tic-Tac-Toe-React Code Climate Test Coverage

Tic Tac Toe built with modern FrontEnd stack

How to's

How to run

Open index.html

How to develop

Firstly, install deps with dev env: NODE_ENV=development npm install

If you don't have autoenv installed, invoke .env by hand: source .env

Watch

  1. Run dev script: npm run-script watch
  2. Open your browser with url: localhost:8080/webpack-dev-server/

Build

  1. Run build script: npm run-script build
  2. See bundle in path dist/bundle.js

How to run tests

Once: npm test Watch: npm run test-watch

How to get coverage report

Run: npm run test-cov

And see results in coverage directory.

License

MIT. See LICENSE for more info.

About

Tic Tac Toe built with modern FrontEnd stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages