Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 195 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 195 Bytes

Sample Todos Project

Steps to run projects

  1. Clone repository
  2. cd to directory
  3. composer install
  4. npm install && npm run build
  5. php artisan migrate
  6. php artisan serve