Test task for full stack developer
- Clone git repository
- In terminal go to project dir
cd ./laravel-vue-form - In terminal installing php packages and dependencies
composer install - In terminal installing node packages and dependencies
npm install - Generating .env file by running
cp .env.example .env - Generating application key by running
php artisan key:generate - In terminal start php project
php artisan serve - In second terminal start frontend
npm run dev - Open in browser link
http://127.0.0.1:8000