How to install create-react-app?

12. How to install create-react-app?

  1. npx create-react-app -new my-app
  2. npx create-react-app -app my-app
  3. npx new-react-app my-app
  4. npx create-react-app my-app

Answer: D) npx create-react-app my-app

Explanation:

The npx create-react-app my-app command is used to install create-react-app.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.