Compiling CSS JS - Icybrew/Stackoverflow-documentation GitHub Wiki
Compiling CSS/JS
To compile resources/js/app.js and resources/css/style.scss just run following command:
$ npm run dev
You can also make npm watch for changes in these files and recompile them immediately:
$ npm run watch
They will be compiled into the following directories:
app.js -> public/js/app.js
style.scss -> public/css/style.css