Using create-react-app

Using create-react-app

by Ifeanyi Omeata


#1. Create React App is a fast and realiable way to create single-page applications. It requires minimal configurations and a realiable code base. To use create-react-app, we would first install nodejs on our computer.


image.png


#2. Next, we would run the create-react-app code, create a folder for our app called "my-app", and then install all the React app dependencies into the app folder to deploy the application.


npx create-react-app my-app
cd my-app
npm start

image.png image.png image.png


#3. The react project has now started on localhost:3000.


image.png

#End


Hope you enjoyed this! :) Follow me for more contents...


Get in Touch:
ifeanyiomeata.com

Youtube: youtube.com/c/IfeanyiOmeata
Linkedin: linkedin.com/in/omeatai
Twitter: twitter.com/iomeata
Github: github.com/omeatai
Stackoverflow: stackoverflow.com/users/2689166/omeatai
Hashnode: hashnode.com/@omeatai
Medium: medium.com/@omeatai
© 2021