Plus Éemien ou Héticien ? Le jeu qui ne fait pas rire les élèves.
 
 
 
 
 
Go to file
sundowndev b916accc17 refactor: move client files 2019-10-17 22:30:00 +02:00
client refactor: move client files 2019-10-17 22:30:00 +02:00
server refactor: create server 2019-10-17 22:29:32 +02:00
.gitignore init 2019-10-01 17:26:10 +02:00
README.md readme 2019-10-17 22:30:00 +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