Skip to content

xujustinj/xujustinj.github.io

Repository files navigation

Personal Website - Version 3

This version of my website is based off Waterpark's frontend which uses Next.js, TypeScript, and styled-components. It comes after I was annoyed by version 2 for relying on react-scripts, having a ton of insecure dependencies, and lacking TypeScript. Rather than migrating, I decided to burn it all down.

Notes

Creating the Boilerplate

# load the Next.js example project
npx create-next-app@latest --example with-typescript-styled-components .
# update its packages to the latest
npx npm-check-updates --upgrade
# install the updated packages
npm install

Link Dump