Tic Tac Toe built with modern FrontEnd stack
Open index.html
Firstly, install deps with dev env: NODE_ENV=development npm install
If you don't have autoenv installed, invoke .env by hand: source .env
- Run dev script:
npm run-script watch
- Open your browser with url:
localhost:8080/webpack-dev-server/
- Run build script:
npm run-script build
- See bundle in path
dist/bundle.js
Once: npm test
Watch: npm run test-watch
Run:
npm run test-cov
And see results in coverage directory.
MIT. See LICENSE for more info.