Plus Éemien ou Héticien ? Le jeu qui ne fait pas rire les élèves.
 
 
 
 
 
Go to file
sundowndev 776aaf3ee1 server: data & package-lock 2019-10-28 11:57:42 +01:00
.github/workflows Create client CI job (#1) 2019-10-25 11:05:11 +02:00
client refactor(client): store 2019-10-24 23:11:49 +02:00
server server: data & package-lock 2019-10-28 11:57:42 +01:00
.gitignore init 2019-10-01 17:26:10 +02:00
README.md readme 2019-10-17 22:30:00 +02: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.json feat: install lerna 2019-10-24 22:30:06 +02:00

README.md

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