Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.25 KB

README.md

File metadata and controls

40 lines (23 loc) · 1.25 KB

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.