Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 356 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 356 Bytes

Go Web

Web application for the api

Building and running on localhost

First install dependencies:

yarn install

To run in hot module reloading mode:

yarn start

To create a production build:

yarn run build-prod

Development

Run the server and start the bundler in watch mode

yarn start
go run main.go