This README provides instructions for setting up and running the project on a new machine.
Before you begin, ensure you have the following installed:
Follow these steps to get the project up and running on your local machine:
First, clone the repository to your local machine:
git clone [email protected]:Flying0101/watch-ecom.git
Update directory path:
cd watch-ecom
Next, install the project dependencies. You can use either npm or Yarn for this.
Using npm:
npm install
Using yarn:
yarn install
To start the development server and view the application in your browser:
Using npm:
npm run dev
Using yarn:
yarn dev
The application will be available at http://localhost:3000. Check your terminal for the exact URL if it differs.