Server for the websockets based Battleship app.
yarn dev
: Serve locally with nodemonyarn build
Transpile the server codeyarn clean
Clear the dist directoryyarn serve
Serve the transpiled server code (from the dist directory)yarn start
Sequentially runs clean, build, then serves the transpiled server code.
See this repo for the client side code related to this server.