A boilerplate for developing react and next.js based SPA projects
There're 4 branches, allow me to explain them:
- The master branch: it integrates react, react-dom, next.js, standard, jest step by step.
- The mui branch: adding material-ui upon master
- The apollo branch: adding apollo upon master, using github graphql api as backend
- The apollo-mui branch: combining apollo and material-ui
The main popurse of this repo is being a demonstration of how a developer can create a boilerplate containing major pieces in several hours
Thanks to the great efforts made by next.js example contributors, it's a piece of cake to pick what you wish, combine them together to be your own boilerplate now