ZackMFleischman / PersonalWebsite

The code for ZackMFleischman.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PersonalWebsite

This repository has all the code for my website ZackMFleischman.com.

This site is built in Typescript using React/Redux to store state. The use of redux is not particularly necessary as this site isn't dynamic and doesn't change state, but it allows me to control the entirety of the content of the site by modifying a single YAML file! ^_^

How to build and deploy

  • Build dev and run with webpack-dev-server: npm start
  • Build prod and deploy to the webz: npm run deploy

About

The code for ZackMFleischman.com


Languages

Language:TypeScript 61.0%Language:SCSS 23.8%Language:JavaScript 13.7%Language:HTML 1.5%