Top "Create-react-app" questions

create-react-app is a starter-kit for creating React apps with no build configuration.

Service Worker registration error: Unsupported MIME type ('text/html')

I'm using create-react-app with an express server. create-react-app has a pre-configured ServiceWorker that caches local assets (https://github.com/facebook/…

javascript reactjs express service-worker create-react-app
Get version number from package.json in React Redux (create-react-app)

OP EDIT: If anyone else comes across this: the app was created using create-react-app, which limits importing to within the …

node.js reactjs npm react-redux create-react-app
Proxy in package.json not affecting fetch request

I am trying to fetch some data from the development server using React. I am running the client on localhost:3001 …

node.js reactjs api proxy create-react-app
Deploy Create-React-App on Nginx

I'm attempting to deploy my create-react-app SPA on a Digital Ocean droplet with Ubuntu 14.04 and Nginx. Per the static server …

nginx deployment create-react-app
TypeScript error: Property 'X' does not exist on type 'Window'

I have added TS to my React/Redux app. I use window object in my app like this: componentDidMount() { let …

reactjs typescript create-react-app
What is "npm run build" in create-react-app?

I could not find any explanation regarding the work of "npm run build", It is simple and easy to use …

javascript node.js reactjs npm create-react-app
Where's the connection between index.html and index.js in a Create-React-App application?

I'm starting to play with the Create React App, but I can't understand how the index.js is loaded inside …

javascript html reactjs create-react-app
Relative path in index.html after build

Hello i have a reactjs app, and I build my project with bellow command npm build Here is my package.…

reactjs build path create-react-app react-scripts
How to run build version using create-react-app?

So, I developed a small React application using create-react-app. (I have always made applications from scratch.) Then, after I was …

reactjs build production create-react-app
Failed to load plugin import: 'eslint-plugin-import'

I'm new to react. I'm following the tutorial steps installing node. However, when I run npm start, errors keep show …

node.js reactjs npm create-react-app