Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.34 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.34 KB

React App with Parcel

This portfolio is built using React application and Parcel bundler.

Getting Started

Follow these steps to run the application on your local machine:

Prerequisites

Ensure you have Node.js and npm installed on your machine.

Installation

Clone this repository to your local machine using the following command:

git clone https://github.com/VivekDubey9/Recipe-App-.git Navigate to the project directory:

cd your-repository Install dependencies using npm:

npm install

Running the Application

To start the development server and view the application in your browser, run:

npm start This command will start the development server and automatically open the application in your default web browser. Any changes you make to the source code will be hot-reloaded, allowing you to see the updates in real-time.

Building for Production

To build the application for production, run:

npm run build This command will create an optimized build of your application in the dist directory. You can then deploy this build to a web server or static hosting service.

Contributing

If you'd like to contribute to this project, feel free to fork the repository, make your changes, and submit a pull request. Your contributions are greatly appreciated!

License

This project is licensed under the MIT License - see the LICENSE file for details.