An open API service indexing awesome lists of open source software.

https://github.com/anushka23g/portfolio

Created with CodeSandbox
https://github.com/anushka23g/portfolio

Last synced: 6 months ago
JSON representation

Created with CodeSandbox

Awesome Lists containing this project

README

          

# Gatsby example

## How to use

Download the example [or clone the repo](https://github.com/mui-org/material-ui):

```sh
curl https://codeload.github.com/mui-org/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/gatsby
cd gatsby
```

Install it and run:

```sh
npm install
npm run develop
```

or:

[![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/mui-org/material-ui/tree/master/examples/gatsby)

## The idea behind the example

[Gatsby](https://github.com/gatsbyjs/gatsby) is a static site generator for React.

## gatsby-theme-material-ui

Looking for an example with less boilerplate but also less freedom?
Check [`/examples/gatsby-theme`](https://github.com/mui-org/material-ui/tree/master/examples/gatsby-theme) out.