Ported old tumblr travel blog to reactjs.
Steps:
- Exported blog data from tumblr which included xml and blog images
- Transformed xml to json with a ruby script
- Used create-react-app to start my react project
- Deployed app to s3 using static website hosting feature
- Configured DNS to point to Cloudfront for my domain
Enjoy https://worldtravelblog.com
Locally: yarn start
Prod build: yarn build
Prod deploy: yarn deploy