Friday, 17 June 2022

reactjs project setup | how to create reactjs project using npx | create...




Project Creation


Syntax :  
npx create-react-app <ProjectName>

Example :  
npx create-react-app RJLearn




Lowercase Project Name 










Project Created

















Run Project 

Syntax :  
npm start

Example :  
npm start





No comments:

Post a Comment

Please, Write your valuable comments..