I have a modified create-react-app and cloned its repository, how do I create a new React project using that cloned repository?
create-react-app
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
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