Search code examples
reactjscreate-react-appnpx

How use Create React App with custom template?


I'm learning ReactJS, but in all the tutorials it says that the way to create a new react app is this:

npx create-react-app //name of my app

but this command creates an hello world example.

How do I create a new ReactJS app without the hello world sample code

npx create-react-app my-shop

Solution

  • Feature you're looking for is described at CRA documentation