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:8080Pull 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:8080Run 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
