https://github.com/madeindjs/loto-tester
https://github.com/madeindjs/loto-tester
javascript loto
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/madeindjs/loto-tester
- Owner: madeindjs
- License: mit
- Created: 2022-04-07T21:30:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-23T20:11:37.000Z (about 4 years ago)
- Last Synced: 2026-02-21T04:02:40.922Z (3 months ago)
- Topics: javascript, loto
- Language: TypeScript
- Homepage: https://loto.rsseau.fr/
- Size: 865 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 |
|------------------------------|--------------------------|
|  |  |
## Getting Started
To start a new project using Stencil, clone this repo to a new directory:
```bash
npm init stencil app
```
and run:
```bash
npm start
```
To build the app for production, run:
```bash
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
```