React, Typescript, Golang and webpack solution to monitor and reivew upstream project commits
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
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 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