Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 534 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 534 Bytes

bomberman-dom

How to run?

Docker

Local

Frontend

  • Go to the frontend directory
  • Run npm install to install dependencies
  • Run npm run dev to start the development server

Backend

  • Go to the backend directory
  • Run go run backend