Skip to content

haparlament/haparlament-app

 
 

Repository files navigation

HA-Parlament

The applications - in this project was build based on this article

Guidelines

  • Always use the latest Go version
  • Work in single branch
  • Don't push code without ensuring it is working properly

Deployment

Use the Deployment folder for

  1. Building the client side code by running build.client.sh The script generates static files into ui/build folder that later pushed into the Go app

  1. Building the server side code by running build.server.sh This script build the app for Linux environment. If you want to build it for different OS you need to look for env GOOS=linux GOARCH=amd64 and replace per your need. Environment variables can be found here

Note that the folder you are executing the build should be the deploy folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.5%
  • CSS 16.6%
  • Go 9.8%
  • Python 4.9%
  • Shell 3.1%
  • HTML 2.0%
  • Dockerfile 1.1%