dmzoneill / aa-dev-prod-watcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aa-dev-prod-watcher

React, Typescript, Golang and webpack solution to monitor and reivew upstream project commits

Run method 1

Pull from docker hub and run

# CORS and google-chrome

echo "127.0.0.1 localho.st" >> /etc/hosts

docker run -d --name docker.io/feeditout/scmwatcher -p 8080:8080 -p 1323:1323 scm

# Open your web browser to http://localhost:8080

Run method 2

Pull from docker hub and run

# CORS and google-chrome

echo "127.0.0.1 localho.st" >> /etc/hosts

make docker-build

make docker-run

# Open your web browser to http://localhost:8080

Run method 3

Run the applications locally

echo "127.0.0.1 localho.st" >> /etc/hosts

# console 1

make backend

# console 2

make frontend

# Open your web browser to http://localhost:8080

Alt text

Alt text

About

License:Apache License 2.0


Languages

Language:TypeScript 55.8%Language:Go 31.4%Language:CSS 8.1%Language:JavaScript 2.1%Language:Dockerfile 1.1%Language:Makefile 0.9%Language:HTML 0.5%