Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 562 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 562 Bytes

React Commands

Welcome to the React Commands section! This document serves as a comprehensive collection of React commands to assist developers in various aspects of React app development.

Table of Contents

Basics

  • npx create-react-app <app-name> --template typescript: Create a new React project.
  • npm start: Start the development server.
  • npm run build: Build the app for production.

Redux

  • npm install --save-exact react-redux redux @types/react-redux redux-thunk axios: install Redux packages