Q:

how to create a react app from scratch

// In npx -> 
npx create-react-app my-app

// In npm -> 
npm init react-app my-app

// In yarn -->
yarn create react-app my-app
1
npx create-react-app my-app    // npx on the first line is not a typo 
cd my-app
npm start
7

New to Communities?

Join the community