
❤️ Visit the website and try it once https://textutils.aggarwalsejal.com/ ❤️
- Pre-requisite to run React
- How to create your first React App
- Script require to run the project
- Where to see the running project
- React Packages Used
Install Node.js and npm in the local machine. Use this docuementation for info and set up steps.
1️⃣ Create a folder for React Project
2️⃣ Open IDE for that folder
3️⃣ Run the ⬇️ command in terminal
npx create-react-app my-app
cd my-app
npm start
Read this documentation for more details
In the project directory, you have the following scripts to run:
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
Runs the app in the development mode.
The page will reload when you make changes. You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to build folder. It correctly bundles React in production mode and optimizes build for best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Open http://localhost:3000 to view it in your browser.
For more details, use this link
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.2",
"react-scripts": "5.0.1",
"react-toastify": "^9.1.3",
"web-vitals": "^2.1.4"
To read more about,