Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 331 Bytes

File metadata and controls

29 lines (24 loc) · 331 Bytes

📌 React App Usage

Includes all React apps

Creating a new React app:

npx create-react-app project-name

Install dependencies:

npm install

Run dev server:

npm start

Build for production:

npm run build

Check for dependency updates:

npm i -g npm-check-updates
ncu -u
npm install