This project focuses on to create an e-commerce website which allows to browse through products and place orders with a functional cart.
Demo : Fashion store
To get this project up and running locally on your computer:
-
Clone this repository
git clone https://github.com/Mvlprem/fashion-store.git
-
Install the required packages in the root of your clone of this repo
npm install
-
Run the server, using the below command
npm run dev