Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 163 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 163 Bytes

How to setup the project

composer install
php artisan migrate
npm install
npm run dev
php artisan serve

How to use EsLint

npx eslint . --fix