Launcher le server avec:
npm install --production
npm run buildStartServer
Ouvre le site sur http://localhost:8181/tarot
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.