Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 288 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 288 Bytes

cps-term-project-B

東京電機大学 実空間コンピューティング研究室 応用ゼミ タームプロジェクト チーム B

How to Start Development

FrontEnd

  1. cd frontend
  2. yarn install
  3. yarn dev

BackEnd

  1. cd backend
  2. go mod tidy
  3. go run main.go