www

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

Stars
5

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 (huge thanks to codebusking).
  • Preact support using --preact (huge thanks to codebusking).

Development

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