A Minimal personal website Created with React and TypeScript
Personal Website
Made with React & TypeScript.
Build Instructions
To Run Dev Build Locally:
$> git clone https://github.com/zacknoble/personal-website.git
$> cd personal-website
$> npm install
$> npm run start
To Run Production Build:
$> npm run build
$> serve -s build