-- Main.shssdhakchina - 25 Jan 2022


Hello World using create-react-app package

  1. Make sure you have installed NodeJs and Yarn Packages.
  2. Navigate to a folder where you want to create ReactJs Hello World application.
  3. Run the below command and wait for a while to finish creating the app.
    yarn create react-app hello-app
  4. Navigate to the newly created app folder.
    cd hello-app
  5. Run the below command and start browsing http://localhost:3000
    yarn start
  6. Change and save contents in src\app.js and see the immediate effect in the browser (Hot Reload).

This topic: ReactJs > WebHome > HelloWorldReactJs > HelloWorldUsingTemplate
Topic revision: 25 Jan 2022, shss\dhakchina
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback