NOTE: Ensure that you have npm and node installed locally in your system.
- Clone the repository using the "git clone" command along with the url given on click of the code button.
- Ex -
git clone https://github.com/officiallysidsingh/bakery-homepage.git
- Open your terminal in that cloned repository or go to that repository using the "cd" command.
- Ex -
cd bakery-homepage
-
Install all the npm packages using the
npm ci
or thenpm install
command. -
Run the project locally in development environment using the
npm run dev
command.
NOTE: This Project was made using Vite + React and not the Create React App.
- Used Tailwind For The CSS And Styling Of The App.
- Used Redux Toolkit For State Management Of Cart.
- Implemented React Router For Routing And Used Dynamic Routing As Well For Single Product Page.