Setup Commands
Install React
>npm install -g create-react-app (can be run in any folder & installs globally)
Check version
>create-react-app --version (can be run in any folder)
Create React App Project
>create-react-app <project_name>
To Run the Project
>npm start
Comments
Post a Comment