This is my personal website. It's built entirely with ReactJS, HTML, and CSS.
See it in action here: stephenwiseman.ca
To get started, clone this repo. Then do a:
npm install
Then:
npm start
If you want to deploy it in production, do a:
./node_modules/.bin/webpack -p
Then serve the contents of the public
directory.