This Laravel/VueJs application (in progress) is a mini social network where users can post things , comment and reply , and there will be other features like adding friends , likes , and chatting in realtime.
https://pure-mountain-70378.herokuapp.com/
To serve the laravel application do :
php artisan serveThe application will be served on : http://127.0.0.1:8000
If you modify the Vuejs code make sure you compile it by :
npm run devor:
npm run watchto compile automatically after every change.
Enjoy !