Skip to content

A Starter Kit from Matiere Noire Team that include all that we love : nextJS, axios/apisauce, mobx, grommet

Notifications You must be signed in to change notification settings

matiere-noire/nextjs-mobx-grommet

 
 

Repository files navigation

NextJS + Mobx + Axios + Grommet

The perfect ReactJS stack according to us.

Features

  • React as the view.
  • MobX as state.
  • Next.js /w Express server (SSR).
  • Axios as the http client.
  • SASS via styled-jsx.
  • GZIP by compression.
  • hpp & helmet for security. Also forces https.

Our Fork

  • [+] Apisauce for standardization of the api call.
  • [+] Add the crazy nice Grommet UI Kit.
  • [+] Add Mobx store example.
  • [-] Remove MongoDB dep.

Development

git clone [email protected]:matiere-noire/nextjs-mobx-grommet.git     
cd nextjs-mobx-grommet
yarn install
yarn run dev

Production

yarn run prestart
yarn run start

What you can see out of the box

screenshot

About

A Starter Kit from Matiere Noire Team that include all that we love : nextJS, axios/apisauce, mobx, grommet

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.5%
  • CSS 0.5%