Skip to content

jbeil99/e-commerce-react-iti

Repository files navigation

Installation and Setup

  1. Clone the Repository

    git clone https://github.com/jbeil99/e-commerce-react-iti.git
    cd e-commerce-react-iti
  2. Install Dependencies

    npm install
  3. Start the JSON Server

    npx json-server server/data.json --port 3000

    Ensure that the JSON server is running on port 3000. If using a different port, update the base URL for API calls accordingly.

  4. Start the Development Server

    npm run dev

Admin Credentials

  • Username: clicon
  • Password: admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published