React
React
How To Install React in our Pc?
Ans:- First open Browser and then to go node js official Website
And install node js in our system
Then Open Commented Promment official nod js Commend promment
Type Commented:--->install react app
Then type Comments -->npm install-g create-react-app
How To create a react project?
Ans:- Open Command Prompt
Enter the Command give below👇
1) Select local directory first:-
-->cd name of local directory
2) Select Directary:-
-->name of directory(ex:d)
3) Create React Project:-
-->create-react-app project_name
4) Selection of project:-
-->cd project_name
How to Run your React Project?
Ans:- First Type command from the command prompt
-->npm start
then the start npm servers
that project open in browser
Comments
Post a Comment