Skip to content

shivaman/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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.4%
  • Go 23.8%
  • CSS 13.6%
  • Makefile 5.5%
  • Shell 5.2%
  • HTML 1.5%