This portfolio is built using React application and Parcel bundler.
Follow these steps to run the application on your local machine:
Ensure you have Node.js and npm installed on your machine.
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
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.
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.
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!
This project is licensed under the MIT License - see the LICENSE file for details.