gatsby-theme-material-ui
Gatsby themes for Material-UI
:warning: This is experimental and subject to breaking changes.
Gatsby Themes
This repository is a monorepo managed with Lerna. Several themes are published to npm from the same codebase.
Theme | Description |
---|---|
gatsby-theme-material-ui | Core Theme to support the use of Material-UI |
Running the examples locally
Clone this repo and run yarn in the root directory. 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:*