search

Home  >  Q&A  >  body text

Creating a React project using a clone of create-react-app: a step-by-step guide

I have a modified create-react-app and cloned its repository, how do I create a new React project using that cloned repository?

P粉969253139P粉969253139233 days ago449

reply all(1)I'll reply

  • P粉032900484

    P粉0329004842024-04-04 15:48:07

    1>> First go to your project directory and write npm install or yarn install then

    2>> npm start or yarn start

    If you create a new React application, then

    1>> npx create-react-app my-react-app

    2>> andgo to your project directory cd and press tab now go to your project directory Thennpm start

    reply
    0
  • Cancelreply