Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 291 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 291 Bytes

BattleShip WIP

This is the online version of well-known paper "BatlleShip" game. BattleShip

Building and running

npm install
npm run build
npm run server

Testing and linting

npm test
npm run lint