Laravel frontend
We think of Laravel as being a backend framework, but a fresh Laravel project includes boilerplate code and configuration for a frontend app as well.
The out-of-the-box frontend includes JavaScript and Sass asset files, as a well as a package.json
 file that specifies dependencies such as Vue.js, jQuery, and Bootstrap.
Let's take a look at this boilerplate code and configuration so we get an idea of how the Vuebnb frontend app will fit into our Laravel project when we begin the migration.