import create-react-app project from Github
See original GitHub issueYour docs say you currently support projects using @angular/cli and create-react-app to be imported straight from Github. However, when I use method stackblitz.com/github/{GH_USERNAME}/{REPO_NAME}
I got a message “We currently only support projects scaffolded with @angular/cli.”
I tried to import a project freshly generated by create-react-app, no changes were included yet.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Pull and Build a React App Created via create-react-app from ...
This step entails simply navigating to the project's repository on GitHub, selecting the remote URL from within the green Code dropdown, and ...
Read more >How Can I Download a React Project from Github and Run in ...
Open your terminal and then type $ git clone {the url to the GitHub repo} This clones the repo · cd into the...
Read more >Deploying React apps to GitHub Pages - LogRocket Blog
Set up your React application; Create a GitHub repository for your project; Push your React app to your GitHub repository ...
Read more >Deployment | Create React App
To deploy your React project with a Vercel for Git Integration, make sure it has been pushed to a Git repository. Import the...
Read more >Starting React App from pulled github project - Stack Overflow
I've pulled a github repository containing code for a reactjs app into one of my directories but I can't find a way to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@TheFullResolution @JochenFromm eek, I think this is a bug on our end of things- I’m really sorry about the inconvenience! @apai4 and I are going to get a fix in first thing tmrw morning (+ a couple of other features/fixes we’ve been working on today 😃
Will report back once it’s online!
@EricSimons awesome! Yes, I was converting Typescript to JS, I must have missed one bit. The whole project is to help people who are asking questions about pure-react-carousel and give them ready recipes. I think Stackblitz is a perfect tool for it!
Thank you for amazing work!