Creating React application

Creating React application

How to create a React Application ?

For creating a react application please follow the below steps.

  1. Install Node JS
  2. Open command prompt and type node -v and check the version of node
  3. Type npm -v and check the version of npm installed.
  4. Once you have checked about the node and npm then type the below command at any folder of your choice. “ npx create-react-app <projectname>
  5. Once you run the above command then launch the application using the command “ npm start “
  6. Launch the browser and enter “https://localhost:3000”?and thats it, your react application is ready.

Please refer to this video for hands on exercise.

https://youtu.be/A6xxmQDsfsc


#react #createreactapp

要查看或添加评论,请登录

Bishnu Patra的更多文章

  • How to implement rate limiting in SpringBoot.

    How to implement rate limiting in SpringBoot.

    Implementing rate limiting in Spring Boot microservices is essential to control the number of requests a client can…

  • Working of a Hashmap in Java 8

    Working of a Hashmap in Java 8

    A HashMap in Java is a part of the package and is one of the most commonly used data structures for storing key-value…

  • Introduction to SpringBoot

    Introduction to SpringBoot

    Spring is one of the most popular frameworks in java which also support a bunch of other frameworks like hibernate…

    1 条评论
  • Introduction to Algorithms

    Introduction to Algorithms

    What is an algorithm ? An algorithm is a step-by-step procedure that defines a set of instructions that has to be…

社区洞察