DEV Community

Cover image for Complete React Installation For Windows
Reactjs Guru
Reactjs Guru

Posted on • Updated on • Originally published at reactjsguru.com

Complete React Installation For Windows

In this part, we will see React Installation for windows, There are actually two ways to do installation, but we will show you the easiest one method because other one is actually a little complicated, for that we need some download:

Download NodeJS and install react NPM.
Install any editor, either sublime or Visual Studio.
Using NodeJS, install the create-node-app package.
Create the app using create-react-app command.

Read more

Top comments (0)