Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 235 Bytes

File metadata and controls

8 lines (6 loc) · 235 Bytes

Gomoku

##To run the UI:

  • From inside client folder run npm i && npm run start. You must have a recent version of npm installed
  • Run the server with go run main.go
  • A web-page must become available on http://localhost:3333