Plus Éemien ou Héticien ? Le jeu qui ne fait pas rire les élèves.
 
 
 
 
 
Go to file
sundowndev a48b5259c3 client: skip WIP test 2019-10-29 23:31:10 +01:00
.github/workflows Create client CI job (#1) 2019-10-25 11:05:11 +02:00
client client: skip WIP test 2019-10-29 23:31:10 +01:00
server server: remove test script 2019-10-29 22:40:00 +01:00
.gitignore chore: ignore coverage folder 2019-10-28 17:32:19 +01:00
README.md Update README.md 2019-10-28 16:10:36 +01:00
docker-compose.yml feat: init docker setup 2019-10-20 19:30:18 +02: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