Skip to content

hussain-shariff/Sanity-Ecommerce-app

Repository files navigation

Audiophile eCommerce Web Application

Audiophile is a online store that sells luxury and branded audio gadgets ranging from earphones, speakers, to headsets. The main aim of this web application is to present the products in the most user-friendly format and keeping accessibility in mind.

Run Locally

Run this application into your local environment by forking the repository and enter the following commands in your local terminal

Clone the project

  git clone https://github.com/hussain-shariff/audiophile.git

Go to the project directory

  cd audiophile

Install dependencies

  npm install

Start the server

  npm run dev