Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 273 Bytes

create-react-app.md

File metadata and controls

9 lines (7 loc) · 273 Bytes

Create react app

Create React App is a comfortable environment for learning React, and is the best way to start building a new single-page application in React.

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