Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 364 Bytes

File metadata and controls

28 lines (14 loc) · 364 Bytes

How to use

Clone repo

git clone https://github.com/webdevmatics/ecom.git

Install the composer dependencies

composer install

Save .env.example as .env and put your database credentials

Set application key

php artisan key:generate        

And Migrate with

php artisan migrate

Install node dependencies

npm install

Run watcher

npm run watch