Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 292 Bytes

react.md

File metadata and controls

17 lines (11 loc) · 292 Bytes

create-react-app(1)

Create App Scaffolding

npx create-react-app myapp
cd myapp
npm start

Create App with Simple Template

npx create-react-app myapp --template cra-template-simple
cd myapp
npm start

Upgrade Existing Project

npm install react-scripts@latest