Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hupe1980/gatsby-theme-material-ui
Gatsby theme for Material-UI
https://github.com/hupe1980/gatsby-theme-material-ui
gatsby gatsby-theme material-ui react
Last synced: 2 days ago
JSON representation
Gatsby theme for Material-UI
- Host: GitHub
- URL: https://github.com/hupe1980/gatsby-theme-material-ui
- Owner: hupe1980
- License: mit
- Created: 2019-04-18T00:12:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T04:25:31.000Z (almost 2 years ago)
- Last Synced: 2024-12-16T20:32:45.728Z (22 days ago)
- Topics: gatsby, gatsby-theme, material-ui, react
- Language: TypeScript
- Size: 5.17 MB
- Stars: 100
- Watchers: 5
- Forks: 42
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gatsby-theme-material-ui
> [Gatsby](https://github.com/gatsbyjs/gatsby) themes for
> [Material-UI](https://github.com/mui-org/material-ui): The fastest way to build server-side rendered Material-UI websites## Gatsby Themes
This repository is a monorepo managed with [Lerna](https://github.com/lerna/lerna). [Several themes](/packages) are published to npm from the same codebase.
| Theme | Description |
| -------------------------------------------------------------- | -------------------------------------------- |
| [gatsby-theme-material-ui](/packages/gatsby-theme-material-ui) | Core Theme to support the use of Material-UI |
| [gatsby-material-ui-components](/packages/gatsby-material-ui-components) | Material-UI components for Gatsby |## Running the examples locally
Clone this repo and run yarn in the root directory.
```
yarn
```To launch the development server with the hot reloading functionality that allows any change in files in the `src` & `content` folder to be immediately visible in the browser. Run the following command:
```
yarn start:*
```## License
[MIT](LICENSE)