-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Clone from github not working #895
Comments
Hi @neunygph, the import sees to work as expected, for example check this link: https://stackblitz.com/github/beeman/stackblitz-react This imports the basic React starter project from GitHub. The I hope this clear it up a bit! Going to close the issue, but feel free to ask any questions if you have them! |
Thanks @beeman . Also, I have a full MERN stack project with webpack and redux. Does it work with stackblitz ? |
This is one of my react project but it's not working. https://github.com/Cezerin2/cezerin2-store Thanks, |
@neunygph the current version of StackBlitz runs all the compilation of the front-end apps in the browser. This means that there is no support for running Node-based tools. This is something we are looking to provide in the future. For now though, it's limited to the front-end libraries that are officially supported. I hope this answers your question. |
Ah I see, now it makes sense. Thanks @beeman for the clarification. |
Cloning a project on github is not working, even from https://github.com/facebook/create-react-app while in the document from https://stackblitz.com/docs#import-from-github saying create-react-app is also supported.
Thanks,
The text was updated successfully, but these errors were encountered: