An open API service indexing awesome lists of open source software.

https://github.com/fabe/www

🤫 A personal, opinionated boilerplate for world wide web applications.
https://github.com/fabe/www

boilerplate mobx mongodb nextjs nodejs react

Last synced: about 2 months ago
JSON representation

🤫 A personal, opinionated boilerplate for world wide web applications.

Awesome Lists containing this project

README

        

www

A personal, opinionated boilerplate for world wide web applications.

## Features

- ⚛️ 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](https://workboxjs.org/) (huge thanks to [codebusking](https://github.com/codebusking/next-hnpwa-guide-kit)).
- 😎 Preact support using `--preact` (huge thanks to [codebusking](https://github.com/codebusking/next-hnpwa-guide-kit)).

## Development

git clone [email protected]:fabe/www.git my-project
cd my-project
yarn install
yarn run dev