A personal, opinionated boilerplate for world wide web applications.
- ⚛️ React as the view.
- 📦 MobX as state.
- 🌍 Next.js + Express server (SSR).
- 🛢 MongoDB & Mongoose as a database.
- 🌐 Axios as the http client.
- 💅 CSS Modules & PostCSS.
- ✨ Prettier as a code style.
- 🐜 GZIP by
compression
. - 🔒
hpp
&helmet
for security. - ☔️ Offline support using Workbox (huge thanks to codebusking).
- 😎 Preact support using
--preact
(huge thanks to codebusking).
git clone git@github.com:fabe/www.git my-project
cd my-project
yarn install
yarn run dev