HETICvsEEMI/README.md

689 B

Eemiens vs Héticiens

Plus Eemien ou Héticien ? Le jeu qui ne fait pas rire les élèves.

Project setup

Launch REST API:

cd server
npm install
npm start

Start client:

cd client
npm install
npm run serve

Then you can browse the client at http://localhost:8080/ and the API at http://localhost:3000/.

Client development

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit