question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add project type support for React

See original GitHub issue

I tried to follow the documentation listed here to import our organization’s mono repository (Lerna).

stackblitz.com/github/{GH_USERNAME}/{REPO_NAME}

and I was shown this dialog.

screen shot 2018-06-12 at 2 25 03 pm

I would like to host direct integration with my GitHub repository so all of our examples are in the same collection from Microsoft or our FAST-DNA repository.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:7

github_iconTop GitHub Comments

1reaction
ryanpcmcquencommented, Sep 17, 2018

@tiliev, this should work then: https://stackblitz.com/github/facebook/create-react-app

But it doesn’t. stackblitz_react

0reactions
purplem1lkcommented, Apr 27, 2021

@ryanpcmcquen, you should create a React app using the create-react-app npm package. What you posted is the create-react-app package repository. Please follow the steps for creating an application in the description of the repo. The created app would be importable in Stackblitz.

This issue has been resolved and will be closed accordingly. If this issue persists, feel free to tag me or ask to reopen this issue with screenshots of the error. Thank you! 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Adding TypeScript - Create React App
Global installs of create-react-app are no longer supported. To add TypeScript to an existing Create React App project, first install it:.
Read more >
Static Type Checking - React
Static type checkers like Flow and TypeScript identify certain types of problems before you even run your code ... Add Flow to your...
Read more >
Setting TypeScript For Modern React Projects Using Webpack
To add TypeScript to a Create React App project, first install it and its respective @types : npm install --save typescript @types/node ...
Read more >
How to add Typescript to existing ReactJS project? Step by ...
[Git repository in the description]Did you create new ReactJS project with no Typescript support ? All is not lost yet!
Read more >
Getting Started with React and TypeScript | Pluralsight
This guide assumes you are familiar with creating simple TypeScript projects using the npm tool and installing npm packages.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found