Skip to content

Commit

Permalink
[docs] Add a reference to create-react-app-with-flow
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jan 4, 2018
1 parent 7d364e7 commit a7278e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions docs/src/pages/getting-started/example-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Are you looking for an example project to get started?
We host some example projects which you can find in the [GitHub repository](https://github.com/mui-org/material-ui) under the [`/examples`](https://github.com/mui-org/material-ui/tree/v1-beta/examples) folder:
- [Create React App](https://github.com/mui-org/material-ui/tree/v1-beta/examples/create-react-app)
- [Next.js](https://github.com/mui-org/material-ui/tree/v1-beta/examples/nextjs)
- [Create React App with JSS](https://github.com/mui-org/material-ui/tree/v1-beta/examples/create-react-app-with-jss)
- [Create React App with Flow](https://github.com/mui-org/material-ui/tree/v1-beta/examples/create-react-app-with-flow)
- [Create React App with TypeScript](https://github.com/mui-org/material-ui/tree/v1-beta/examples/create-react-app-with-typescript)

Expand Down
3 changes: 0 additions & 3 deletions examples/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"jss": "latest",
"jss-preset-default": "latest",
"material-ui": "next",
"prop-types": "latest",
"react": "latest",
"react-dom": "latest",
"react-jss": "latest",
"react-scripts": "latest"
},
"scripts": {
Expand Down

0 comments on commit a7278e3

Please sign in to comment.