Steps to run this applications on local server :-
- Run command 'npm install'.
- Run command 'composer install' (make sure you have composer in your system installed).
- Change the name of the file '.env.example' to '.env' and setup the environment variabls inside it.
- Run command 'php artisan migrate'.
- Run 'php artisan storage:link'.
- Run 'php artisan serve'.
- Your local server will start.