Gatsby Material UI Starter
How to use
Download the example or clone the repo
Install it and run:
npm install gatsby-cli
npm install
npm run develop
You can access the hot reloading DEV environment on http://localhost:8000. To build your static site run:
npm run build
gatsby serve
You can access the build page on http://localhost:9000.
The idea behind the example
Material UI are React components that implement Google's Material Design. Gatsby is a static site generator for React.