-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to import the material ui to my project? #1630
Comments
You have an example folder for a great start. |
No, the example folder is not a great start. I'd love to use this project too but its damn cryptic. I'm getting all kinds of errors in my build and there is no real good explanation in the docs. |
I've got the same "error flow" and I just comment one line of the gulpfile.js that says to fail when error from esLint. So just do so, save and run again "npm install", hope it helps. var gulp = require('gulp'); gulp.task('eslint', function () { |
After exploring the actual responsible for errors in my case that fails the build is the 38th line of .eslintrc, i've removed it, and made "npm start" again.
|
@lqllyf once you have pulled the latest code from If everything works fine for you, feel free to close the issue / comment here so that the owner can do so. |
This is an old issue, I'm closing it, it should be fixed now. |
i have copied the code in the ”Usage“ part to my project,and i have imported the react.js and JSXTransformer.js in my project. But why there's no button appear in the browser?
The text was updated successfully, but these errors were encountered: