https://github.com/mpolinowski/material-ui-gatsby-render-starter
Use Material UI with Gatsby.js React Server Side Rendering
https://github.com/mpolinowski/material-ui-gatsby-render-starter
gatsby gatsby-starter gatsbyjs jss material-ui material-ui-next react server-side-rendering
Last synced: 30 days ago
JSON representation
Use Material UI with Gatsby.js React Server Side Rendering
- Host: GitHub
- URL: https://github.com/mpolinowski/material-ui-gatsby-render-starter
- Owner: mpolinowski
- Created: 2018-04-14T09:31:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T11:53:45.000Z (over 6 years ago)
- Last Synced: 2025-02-07T02:22:36.280Z (3 months ago)
- Topics: gatsby, gatsby-starter, gatsbyjs, jss, material-ui, material-ui-next, react, server-side-rendering
- Language: JavaScript
- Size: 41 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gatsby Material UI Starter
## How to use
Download the example [or clone the repo](https://github.com/mpolinowski/material-ui-gatsby-render-starter)
Install it and run:
```bash
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:
```bash
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](https://simbco.github.io/httpster/) to test serve your build.

## The idea behind the example
[Material UI](https://material-ui-next.com/) are React components that implement Google's Material Design.
[Gatsby](https://github.com/gatsbyjs/gatsby) is a static site generator for React.