Plus Éemien ou Héticien ? Le jeu qui ne fait pas rire les élèves.
 
 
 
 
 
Go to file
sundowndev e575c82539 fix(server): package.json 2019-12-07 15:38:26 +01:00
.github/workflows Enable codecov report 2019-10-30 12:05:44 +01:00
client refactor(client): score screen path 2019-12-07 15:28:24 +01:00
server fix(server): package.json 2019-12-07 15:38:26 +01:00
.gitignore chore: ignore cypress video & screenshots 2019-10-30 14:37:15 +01:00
README.md readme: badges 2019-10-30 12:02:03 +01:00
docker-compose.yml refactor: docker setup 2019-10-30 00:01:23 +01:00
lerna.json feat: install lerna 2019-10-24 22:30:06 +02:00
package-lock.json chore: package-lock 2019-10-28 11:57:54 +01:00
package.json feat: install lerna 2019-10-24 22:30:06 +02:00

README.md

HÉTIC vs EEMI

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

Project setup

Clone repository

git clone https://github.com/sundowndev/HETICvsEEMI

Install core dependencies

npm install
npm run bootstrap

Launch REST API

node server

Start client

cd client/
npm run serve

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

API routes

  • /questions returns an array of questions
  • /schools returns an array of schools

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