laravel-and-vue.js-spa-Recipe-Box icon indicating copy to clipboard operation
laravel-and-vue.js-spa-Recipe-Box copied to clipboard

I am new to laravel-mix, nodeJs, vueJS ... After executing npm run watch in which url I see the application

Open jmuc-msm opened this issue 7 years ago • 1 comments

I'm following the video and when you run the npm run watch in the 25:00 minute you use the url recipe-box.dev, I should use the same or you set it up like this?

jmuc-msm avatar Jul 01 '17 09:07 jmuc-msm

After running

npm install

You should then run this command : php artisan serve or you can specify a port by adding the argumant --port , example : php artisan serve --port 8080

You'll see as an output : Laravel development server started: <http://127.0.0.1:8000>

just put the URL : "http://127.0.0.1:8000" in your web browser and hit enter :+1:


To create Apache VirtualHost , check this article

BourAbdelhadi avatar Sep 03 '17 11:09 BourAbdelhadi