Skip to content

An e-commerce website that uses PHP, SQL, and Tailwind CSS.

Notifications You must be signed in to change notification settings

joaquinvaldezzz/ecommerce-website

Repository files navigation

eCommerce Website using PHP

This project uses PHP and Tailwind CSS. To run this repository locally, follow the instructions below.

Prerequisite

  • Node.js
  • npm (Node Package Manager)

Installation

  1. Download and install Node.js here.

  2. Check if the installation was successfull by running this command in a terminal.

    node --version

Note: npm is built-in in Node.js, so after the installation, you're good to go.

Local Setup

  1. Download or clone this repository to the htdocs folder

    git clone https://github.com/joaquinvaldezzz/ecommerce-website.git
  2. Navigate to the folder

    cd ecommerce-website
  3. Install dependencies

    npm install
  4. Start the XAMPP localhost

  5. Navigate to http://localhost/ecommerce-website

  6. Run the "build" script to compile CSS and JavaScript

    npm run build

About

An e-commerce website that uses PHP, SQL, and Tailwind CSS.

Resources

Stars

Watchers

Forks