This project uses PHP and Tailwind CSS. To run this repository locally, follow the instructions below.
- Node.js
- npm (Node Package Manager)
-
Download and install Node.js here.
-
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.
-
Download or clone this repository to the htdocs folder
git clone https://github.com/joaquinvaldezzz/ecommerce-website.git
-
Navigate to the folder
cd ecommerce-website
-
Install dependencies
npm install
-
Start the XAMPP localhost
-
Navigate to http://localhost/ecommerce-website
-
Run the "build" script to compile CSS and JavaScript
npm run build