This is a clone of reactGo (commit d5f71395f8eca8a0d9a1be162bbd20674d7cdcdd). If you want to learn how this boilerplate works please check the docs on the original repo.
The reason I'm sharing this repo is becasue including the Material UI components isn't really straight forward and for those who don't want to go through the pain of learning webpack and just want to get going this might save you some setup time.
##Get started
- Clone (or copy) this repo.
- npm install (in the directory where the package.json is)
- Start your mongo DB up (however you choose... I'm using the docker image )
- npm run dev
Credits to reactGo, Material UI, and all the people who struggled to find answers to the quuestions I eventually had to ask about SSR and webpack.
MIT