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.
- Host: GitHub
- URL: https://github.com/fabe/www
- Owner: fabe
- Created: 2017-07-02T21:30:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T22:43:09.000Z (over 7 years ago)
- Last Synced: 2025-02-28T19:12:02.638Z (2 months ago)
- Topics: boilerplate, mobx, mongodb, nextjs, nodejs, react
- Language: JavaScript
- Homepage:
- Size: 173 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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