tomcoolnl2 / sudoku

0 stars 0 forks source link

Sudoku

Development

Run yarn and then yarn start to start a local development environment at localhost:8080.

Production build

To create an optimized production build, run yarn build; ready for deployment. To run and test it locally with a browser, run npx http-server build/.

Test locally

Run yarn lint to lint all TypeScript code. To run unit- and DOM/Snapshot tests, run yarn test. There is also a configuration for debugging Jest in VSCOde. This will also include coverage.