create-react-app icon indicating copy to clipboard operation
create-react-app copied to clipboard

Set up a modern web app by running one command.

Results 590 create-react-app issues
Sort by recently updated
recently updated
newest added
trafficstars

I created a new React-typescript app via this command with `[email protected]` and `[email protected]`: `npx create-react-app my-app --template typescript` Then I decided to define the alias path as I did many...

needs triage

Are there plans to support Deno?

issue: proposal
needs triage

In addition to src/index.js, I have other entry points in my app. How do I add them?

issue: proposal
tag: enhancement

I am using react 17.0.2 with npm 7.14.0 and node 14.18.2 and try to upgrade to react-scripts 5.0.0. I am using shpjs content-disposition jszip safe-buffer etc When I run npm...

needs triage
issue: bug report

When I try to run a basics `npx create-react-app` i received this error ``` D:\>npx create-react-app abc npx: installed 67 in 4.255s Creating a new React app in D:\abc. Installing...

needs triage
issue: bug report

Hi, I have a problem with getting code splitting using React.lazy to work during development. The problem is that I'm loading in the generated bundle from a different localhost than...

needs triage

### Describe the bug When I fire the below command, it's not installing the latest react-scripts version and breaks many libraries. ``` npx create-react-app react-test ``` ### Steps to reproduce...

needs triage
issue: bug report

![image](https://user-images.githubusercontent.com/58217705/179630002-79cc3afa-fe6c-42a2-9c35-937ecea44c4f.png)

### Describe the bug Our CRA build creates dozens of practically empty JS chunk files. This causes loading of unnecessary files in the browser and a laggy startup of the...

needs triage
issue: bug report

Add missing instructions for adding typescript to an existing project.

CLA Signed