An implementation of the classic Solitaire game.
A playground for JavaScript, TypeScript, React, Cypress and (S)CSS.
git clone git@github.com:ckonig/solitaire.git
cd solitaire
yarn
yarn start
When working with Visual Studio Code, use the dev
task to run tsc
and es-lint
as separate tasks with the correct error catchers.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Builds the latest version of the game.
Analyze the dependencies, module sizes and code splitting.
Builds the latest version of the game and deploys it to the github page.
Enabled by gh-pages.
Runs the cypress tests once in headless mode.
Launches the interactive cypress test runner.