- Sam laravel - composer global require "laravel/installer=~1.1"
- laravel new nazwa_projectu
- php artisan serve - odpalenie strony
- php artisan make:controller /Api/AuthControler
- php artisan make:request LoginRequest
- php artisan make:request SignupRequest
- php artisan migrations
- npm create vite - tworzenie miejsca do pracy z reacktem
- npm run dev - odpalenie reacta
- npm install react-router-dom -S
- npm install -S axios