Create new react project
- npx create-react-app my-project-name
Start the application
- npm start
Install all required package from package.json
- npm install
-- npm run build
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Create new react project
Start the application
Install all required package from package.json
-- npm run build