Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 603 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 603 Bytes

E-Commerce-Laravel

Application e-commerce made with laravel framework, tailwindcss, and daisy UI

Installation

Install project laravel with composer

  composer install

Install package node module with npm

  npm install

Running Project

Running laravel project

  php artisan serve

Running tailwindcss

  npm run dev

Collaborators