Skip to content

SampadMondal-git/first-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My First React App

This is a simple React application created as a starting point for learning React development.

Getting Started

Steps to Setup:

Clone the repository:

git clone https://github.com/SampadMondal-git/first-react.git

cd My-First-React-App

npm install

npm start

Project Structure:

My-First-React-App/
├── public/
│   └── index.html
├── src/
│   ├── App.js
│   │   ├── body.js
│   │   └── footer.js
│   ├── App.css
│   │   ├── body.css
│   │   └── footer.css
│   └── index.js
├── package.json
├── package-lock.js
└── README.md

Available Scripts

In the project directory, you can run:

npm start Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

npm test Launches the test runner in the interactive watch mode.

npm run build Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

npm run eject

Note: This is a one-way operation. Once you eject, you can't go back! This removes the tool and copies build scripts into your package.json.

Learning Resources

React Documentation - https://react.dev/

Create React App Documentation https://create-react-app.dev/

Customize This README Feel free to expand this README with:

Specific project details. Information about the technologies used. Contributing guidelines. A more detailed explanation of the project's functionality. Links to any relevant documentation or tutorials.

This README provides a basic framework and can be tailored to suit your project's needs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published