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.
Attention: gatsby serve seems to be broken in Gatsby v2. You can copy the content from the ./public folder into your webservers public directory to be served. Alternatively, you can use httpster to test serve your build.
Material UI are React components that implement Google's Material Design. Gatsby is a static site generator for React.