Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 262 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 262 Bytes

Important Commands

  • Node - JavaScript Runtime Env
  • NPM - Node Package Manager
  • NPX - Node Package Executor
$ npm install create-react-app
$ create-react-app .
$ npm uninstall create-react-app

# All the above in one:
$ npx create-react-app .