Skip to content

jbacon/portfolio-website

Repository files navigation

main workflow

My portfolio website/blog built using React with Typescript and Material UI. This application is hosted as a static-site on AWS S3 with CloudFront content delivery. The only back-end services currently being integrated are EmailJS and Auth0, with more to come.

Key Technologies Used:

Build

docker run -i -t -v ${PWD}/:/app/ --workdir /app/ node:18-stretch npm run-script build