Plus Éemien ou Héticien ? Le jeu qui ne fait pas rire les élèves.
 
 
 
 
 
Go to file
Raphaël 5273d3ef03
Merge pull request #13 from sundowndev/refactor/jest-config
chore: jest config
2020-01-23 09:21:42 +01:00
.github/workflows Enable codecov report 2019-10-30 12:05:44 +01:00
client chore: jest config 2019-12-07 19:53:41 +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 chore: readme badges 2019-12-09 15:37:21 +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-12-07 15:40:31 +01:00
package.json refactor: package name 2019-12-07 15:39:23 +01:00

README.md

HÉTIC vs EEMI

Maintainability

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