Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 208 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 208 Bytes

Installation

Backend go app:

cd backend
go get
go run .

Frontend react app:

cd frontend
npm install
npm start

Build and run backend go app:

cd backend
go build
./backend