/battleship-server

Server for the react Battleship app

Primary LanguageJavaScriptMIT LicenseMIT

Battleship Server

Server for the websockets based Battleship app.

Usage

  • yarn dev: Serve locally with nodemon
  • yarn build Transpile the server code
  • yarn clean Clear the dist directory
  • yarn serve Serve the transpiled server code (from the dist directory)
  • yarn start Sequentially runs clean, build, then serves the transpiled server code.

Client

See this repo for the client side code related to this server.