/loto-tester

Primary LanguageTypeScriptMIT LicenseMIT

Aurais-je gagné au Loto

Une application web qui permet de tester une combinaison de loterie sur les dernière années et de voir les gains.

Capture d'écran

Avec une combinaison gagante Sans combinaison gagnate
Capture d'écran de l'application Capture d'écran de l'application

Getting Started

To start a new project using Stencil, clone this repo to a new directory:

npm init stencil app

and run:

npm start

To build the app for production, run:

npm run build

To run the unit tests once, run:

npm test

To run the unit tests and watch for file changes during development, run:

npm run test.watch