mui / material-ui

Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
https://mui.com/material-ui/
MIT License
93.74k stars 32.24k forks source link

Compile React #58

Closed alexpatow closed 9 years ago

alexpatow commented 9 years ago

Hi,

I'm pretty new to programming and I was wondering if anyone could help me get started using this project. I've got the .less file for the example to compile, but I'm not sure how to compile the .jsx into .js. If anyone could provide some detailed instructions, I'd really appreciate it.

Thanks!

hai-cea commented 9 years ago

Hi @alexpatow,

You can check out the docs folder and try to build that locally. https://github.com/callemall/material-ui/tree/master/docs

We use reactify - https://github.com/andreypopp/reactify to compile the jsx.

Hope that helps. Hai

alexpatow commented 9 years ago

Hi Hai,

Thanks for the help! Worked brilliantly.

You might want to add a link with how to compile the docs folder to this page: https://github.com/callemall/material-ui

Thanks!

Alex