- Run git clone https://gitlab.com/proyek-pwf/laravel-todoo-app.git
- Copy .env.example file to .env and edit database credentials
- Run composer install
- Run composer update
- Run php artisan key:generate
- Run php artisan migrate
- Run npm install
- Run npm run dev
- Run php artisan serve