
React JS
INSTALLATION AND GETTING STARTED
Step-2: Create a new folder in a drive or desktop (d:\users\desktop\React) Install create-react app using the following command .
A folder named example-app will be created inside the React folder.
Step-3: Run the project d:\users\desktop\React>npm start The browser opens with localhost:3030 .
Step-4: Install Visual Studio If you do not have visual studio download it from http://code.visualstudio.com/download