Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 491 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 491 Bytes

Guess-it Backend

A simple multiplayer card game!

Install

npm install

Frontend

git submodule init
git submodule update --recursive
cd frontend && git submodule init && git submodule update
cd .. && npm run make-frontend

Tasks

npm run watch   # transpile files from typescript to es5 using commonjs.
npm start       # run app.js and reload it when any file is changed.
npm test        # run test.js and reload it when any file is changed.