Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 443 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 443 Bytes

Go Game Development

Server localhost:8000

Clone rep

git clone https://github.com/xmartinezpujol/go-gamedev.git

Install dep

Install dependencies

dep ensure
go run cmd/server/main.go

Client localhost:3001

Install dependencies

npm install

Client dev

npm start // run dev environment
npm run build // generate bundle