Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 382 Bytes

README.md

File metadata and controls

29 lines (14 loc) · 382 Bytes

Bootstrap with webpack/webpack-mix

##Installing Node Before triggering Mix, you must first ensure that Node.js and NPM are installed on your machine.

step 1

npm install

step 2

// Run all Mix tasks.

npm run dev

// Run all Mix tasks and minify output.

npm run production

Watching Assets For Changes

npm run watch

more info

https://laravel.com/docs/5.8/mix