(README.md) Personal website built using Go and React. React components are built using webpack. Frontend components use the UIKit CSS framework. Using webpack to setup React application: - install nvm + nodejs - npm install react react-dom webpack babel-loader webpack-dev-server - create root index.js application - create components dir with react App.jsx root component