Home
Services
Courses
Posts
About
Contact
Privacy
Terms and Conditions
React
Basics
Introduction
Add React to Website
Create React Project
React and React DOM
React JSX
Conditional Rendering
Rendering Lists
Event Handling
Props
Styling
Component State
Building Forms
Connecting Backend API
Routing
Reducer
Testing Basics
Last Updated: 3/6/2023
Create React Project
You can create new react app using
create-react-app
Run this command in command prompt
npx create-react-app my-react-app cd my-react-app npm start
Previous
Next
This site uses cookies. By clicking Accept or continuing to browse the site you are agreeing to the use of cookies.
Learn more
Accept