Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 476 Bytes

readme.md

File metadata and controls

15 lines (14 loc) · 476 Bytes

How to run this app

Steps

  • clone github repository git clone https://github.com/OlegMarko/laravel-angular-crud.git
  • run command: cd laravel-angular-crud
  • run command: composer install
  • mod permissions to path /bootstrap /public /storage
  • run command: php artisan key:generate
  • run command: php artisan migrate
  • run command: npm install
  • run command: npm run dev
  • run command: php artisan serve
  • register new user
  • create new task
  • ...