Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 356 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 356 Bytes

Jouer Tarot en ligne

Launcher le server avec:

npm install --production
npm run buildStartServer

Ouvre le site sur http://localhost:8181/tarot

Develop

Once: npm install

Start watcher to compile js:

npm run start

Build and start the server:

npm run buildStartServer

Open http://localhost:8181/tarot in a browser of your choice.