Skip to content

Instantly share code, notes, and snippets.

@Monmoy042
Last active August 3, 2021 14:53
Show Gist options
  • Save Monmoy042/a4186f2bd4770f2971914bb4499157d9 to your computer and use it in GitHub Desktop.
Save Monmoy042/a4186f2bd4770f2971914bb4499157d9 to your computer and use it in GitHub Desktop.

Globaly React App Create

npm install -g create-react-app create-react-app <projectName>

create-react-app version

create-react-app --version

Locally React install

npx create-react-app my-app cd my-app npm start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment