DEV Community

Discussion on: Creating a new React-app with create-react-app

Collapse
 
mshajid profile image
mshajid

Basically create a folder, Import the folder through VSCode, open up the terminal then write, npx create-react-app my-app

after installation then you will be in your directory not in the main folder, So you have to type cd my-app snd npm start. done. This is actually my way of doing.

Collapse
 
gautham495 profile image
Gautham Vijayan

Yeah bro. At start of my react journey, it was very painful to create a react app as I had very slow internet connection. After a lot of research I found these steps to work absolutely fine. Glad you shared your way of doing this.

Collapse
 
mshajid profile image
mshajid

Aye bro, I know that feelings bro. keep up the good work, be positive and never give up.

Thread Thread
 
gautham495 profile image
Gautham Vijayan

Thank you mate.