codekerala / laravel-and-vue.js-spa-Recipe-Box

Single Page Application with Laravel 5.4 and Vue.js 2 - Recipe Box
124 stars 53 forks source link

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

Open jmuc-msm opened 7 years ago

jmuc-msm commented 7 years ago

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?

BourAbdelhadi commented 7 years ago

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