Git clone the project to your foldergit clone [email protected]:mikhaia/mylist.git your-list
Go to folder of your projectcd your-list
Install NPM packages
npm install
Made your own .env-filecp .env.example .env
php artisan key:generate
[Optional] Update the created .env-file with your needs.
For example if you need SQLite update to DB_CONNECTION=sqlite
[Optional] Run migrations and seedsphp artisan migrate:refresh --seed
Just run npm start
it will run Frontend and Backend, no need extra windows