Skip to content

pasdo501/battleship-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Server for the react Battleship app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published