Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 238 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 238 Bytes

ReactGoTemplate

A barbones ReactJS-client and Go-backend project template

Start

Development

Client

cd client/
npm run build

Server

go run server/main.go

Open Browser at localhost:3000