Asset minification and compression in Nodejs with Gulp and Brotli
Read article here
Install dependencies
npm install
Start the dev environment
npm run dev
The above command will open up a node server with gulp watching for changes in CSS and JS files.
In the development environment, build is automatically generated for you. But you can also create a build by running
npm run build