Skip to content
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

Closed
neunygph opened this issue Mar 15, 2019 · 5 comments
Closed

Clone from github not working #895

neunygph opened this issue Mar 15, 2019 · 5 comments

Comments

@neunygph
Copy link

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,

@beeman
Copy link

beeman commented Mar 15, 2019

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 create-react-app repo you linked is the whole create-react-app 'sdk', so it's not the app itself.

I hope this clear it up a bit! Going to close the issue, but feel free to ask any questions if you have them!

@beeman beeman closed this as completed Mar 15, 2019
@neunygph
Copy link
Author

Thanks @beeman . Also, I have a full MERN stack project with webpack and redux. Does it work with stackblitz ?

@neunygph
Copy link
Author

This is one of my react project but it's not working.

https://github.com/Cezerin2/cezerin2-store

Thanks,

@beeman
Copy link

beeman commented Mar 15, 2019

@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.

@neunygph
Copy link
Author

Ah I see, now it makes sense. Thanks @beeman for the clarification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants