Easy and fast way to install React JS on Windows

ReactJS


Step 1. Download Node JS Click To Download


Step 2. Open CMD and go to the directory / folder where you want to install react js.


Step 3. 

    Now run this command

    npm rm -g create-react-app

    npm install -g create-react-app

    npx create-react-app my-app




Now a directory / folder "my-app" will be created with the related files.






Step 4.

Now go to the directory by following command.

cd my-app


Step 5.

Now to start the development server execute this command

npm start

This will start the development server.










Comments

Post a Comment