Skip to content

Commit

Permalink
Clarified details of example projects listed in the getting started g…
Browse files Browse the repository at this point in the history
…uide
  • Loading branch information
Shaurya Arora authored and Shaurya Arora committed Sep 1, 2015
1 parent f5717c0 commit 55e8040
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/src/app/components/pages/get-started/examples.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,16 @@ class Examples extends React.Component {
<h2 style={styles.headline}>Examples</h2>
<p>
There are 2 projects that you can look at to get started. They can be found
in the <a href="https://github.com/callemall/material-ui/tree/master/examples">examples folder</a>. The
first project is a basic example that shows how to consume material-ui components in your own project.
This project uses <a href="http://browserify.org/">browserify</a> for module bundling
and <a href="http://gulpjs.com/">gulp</a> for JS task automation.
in the <a href="https://github.com/callemall/material-ui/tree/master/examples">examples folder</a>. These
projects are basic examples that show how to consume material-ui components in your own project.
The first project uses <a href="http://browserify.org/">browserify</a> for module bundling
and <a href="http://gulpjs.com/">gulp</a> for JS task automation, while the second project
uses <a href="http://webpack.github.io">webpack</a> for module bundling and building.
</p>
<p>
The second project is this documentation site. This is a slightly more complex project that
uses <a href="http://webpack.github.io">webpack</a> for module bundling and building, and contains
examples of every material-ui component. Check out the <a href="https://github.com/callemall/material-ui/tree/master/docs">docs folder</a> for
The source code for this documentation site is also included in the repository. This is a slightly more complex project that
also uses webpack, and contains
examples of every material-ui component. Check out the <a href="https://github.com/callemall/material-ui/tree/master/docs">docs folder</a> for
build instructions.
</p>

Expand Down

0 comments on commit 55e8040

Please sign in to comment.