/hangman

A proof of concept for vanilla JS with TS-validated types

Primary LanguageJavaScript

hangman

A proof of concept for vanilla JS with TS-validated types.

Credit goes to this CodeReview SE question which was the basis for the refactor.

Usage

npm i
npm run test-types
npm run lint

See also

HTMX which uses a similar setup.