A personal website.
Currently Production Hosted on S3.
Previously hosted on dev using surge.
This site was hosted free with https://surge.sh/"
In your project dir, run;
npm run build
surge
project path - path/to/my-project/build
domain name - anything you want! (Must end with .surge.sh)
example script - dbro: react-scripts build && echo dbro.surge.sh > CNAME && mv CNAME build/ && surge