Skip to content
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.

Go-powered weather dashboard, tested via Buildkite Elastic CI Stack, deployed to Elastic Beanstalk

Notifications You must be signed in to change notification settings

buildkite/polyglot-co-demo-backend

Repository files navigation

Buildkite Polyglot Co. Demo Backend

Developing

With Go 1.6+ installed:

go run main.go
open 'http://localhost:8000'

With docker-compose:

docker-compose up
open 'http://localhost:8000'

Developing frontend

# In one tab
cd frontend && npm install && npm run start
# In another tab
env FRONTEND_DEV=true go run main.go
# And then...
open 'http://localhost:8000'
# Don't forget to check it in
cd frontend && npm run build && git commit

About

Go-powered weather dashboard, tested via Buildkite Elastic CI Stack, deployed to Elastic Beanstalk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published