react-static
Version:
A progressive static site generator for React
18 lines (12 loc) • 676 B
Markdown
# React-Static - Material UI with JSS
> [Material UI](https://github.com/mui-org/material-ui) is a set of React components that implement Google's Material Design.
This example is enabled with JSS server side rendering capabilities.
To edit Material UI theme variables, use `src/theme.js`. To overwrite Material UI styling please refer to Material UI [documentation](https://material-ui-next.com/customization/overrides/).
This example includes:
- general JSS support
- Material UI components and icons
- Google's Roboto font loaded from CDN
- Image imports
- File imports
- Automatic Routing
To get started, run `react-static create` and use the `material-ui` template.