Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 298 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 298 Bytes

Tap Master

A game about tapping as fast as possible.

Dev Dependencies

Install sbt and npm to run the backend and frontend.

Start Backend

cd tap-master-backend && sbt run

Start Frontend

cd tap-master-frontend && npm start