Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 263 Bytes

notes.md

File metadata and controls

10 lines (5 loc) · 263 Bytes

To start app $ go run cmd/main.go

Front end dev process

Set REACT_APP_API_HOST to "localhost:8080" in development and "/" in production.

In development, run 'npm start' from gshake/ui to work with HMR React app.

Then when ready to deploy, run 'yarn build'