A beautiful and responsive flower delivery application built with React and Vite.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
Make sure you have Node.js installed on your machine.
- Clone the repository:
git clone https://github.com/PhatJack/flower-delivery.git
- Navigate into the project directory:
cd flower-delivery - Install the dependencies:
npm install # or if you use yarn: # yarn install
To start the development server with Hot Module Replacement (HMR), run:
npm run dev
# or yarn devOpen http://localhost:5173 to view it in the browser.
To build the app for production to the dist folder, run:
npm run build
# or yarn buildIf you found this repository helpful, or just like the project, please consider giving it a star! It helps others discover it and shows your support.