I used this tutorial to integrate bootstrap in my project:
https://laravel-news.com/2015/10/setup-bootstrap-sass-with-laravel-elixir/
This places an app.css
Updated answer, I have this implemented now in a much better way, similar to the top answer. In app.scss:
/* BOOTSTRAP */ @import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap"; /* FONT-AWESOME */ $fa-font-path: "../../fonts"; @import "node_modules/font-awesome/scss/font-awesome";