This repo contains the code for my current homepage. The site is available here and hosted by Netlify : https://www.sylvainboulade.com
Yes it can look like overkill, but I wanted to take this as an opportunity to try out a few javascript tools that were on my mind (namely Prettier and Flow).
Also thanks to a simple webpack plugin (static-site-generator-webpack-plugin), the html is generated at build time from my react components and the only js loaded in the client is the necessary code for the Service Worker (offline-plugin), so the page loads fairly fast and the site is actually a PWA and scores 100 on Lighthouse :
Well of course it isn't too hard to achieve on such a small site but it was a good way to get started with the tooling around PWA features.
You can read about what I learned on this project here.