About 330,000 results
Open links in new tab
  1. reactjs - How to run an existing REACT project - Stack Overflow

    Feb 2, 2021 · 22 Beginner here, please help. If I have the files of a react project which was built on codesandbox or by another dev, how do I run the app and make changes in VSCode on …

  2. reactjs - How to run React project - Stack Overflow

    When in the root project (where the package.json file is ) of the react app run npm run start or react-scripts start. Do not forget to run npm install first. The application should be running on …

  3. How to specify a port to run a create-react-app based project?

    Nov 21, 2016 · My project is based on create-react-app. npm start or yarn start by default will run the application on port 3000 and there is no option of specifying a port in the package.json. …

  4. What exactly is the 'react-scripts start' command?

    react-scripts start is the proper command to run the React app in dev mode. This command is stored in package.json so you don't have to memorize it and may simply type the usual npm …

  5. create-react-app build deploy on LAMP/XAMPP/WAMP

    I have an app created with create-react-app and I have two pages on this application When I execute yarn start or npm start it's working fine and all the pages are rendering properly on the …

  6. How to run and debug a react app directly from VSCode?

    Dec 23, 2020 · I'd like to be able to compile and run a react app directly from VSCode, and then get into debug mode (and do it regardless if it's a javascript or typescript react app). The …

  7. create-react-app: how to use https instead of http?

    I was wondering if anyone knows how to use https on dev for the 'create-react-app' environment. I can't see anything about that in the README or quick googling.

  8. reactjs - React build run on server using pm2 - Stack Overflow

    May 2, 2018 · 17 I have compiled my react app using react-scripts build And it generated a build\ folder in the root directory of App. I am running the build\ folder using sudo serve -T -p 443 …

  9. reactjs - How to integrate a React webapp inside a spring boot ...

    Sep 25, 2020 · 20 We have a react webapp and a spring boot application (built with maven) in development. The React app (on npm) and boot app are running separately but time has …

  10. node.js - How to open a create-react-app from another computer ...

    Nov 21, 2017 · I am using create-react-app and hosting in its default port localhost:3000 and want to access this from another device on the same network. I got the IP of my host's IP (using …