Skip to content

Flying0101/watch-ecom

Repository files navigation

Watch Ecom

This README provides instructions for setting up and running the project on a new machine.

Requirements

Before you begin, ensure you have the following installed:

  • Node.js (version 18.x or later recommended)
  • npm (comes with Node.js) or [Yarn].

Getting Started

Follow these steps to get the project up and running on your local machine:

1. Clone the Repository

First, clone the repository to your local machine:

git clone [email protected]:Flying0101/watch-ecom.git

Update directory path:

cd watch-ecom

2. Install Dependencies

Next, install the project dependencies. You can use either npm or Yarn for this.

Using npm:

npm install

Using yarn:

yarn install

3. Run The Development Server

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages