You can use npm or yarn
- yarn init
- yarn install
- dev: npm run dev
- prod: npm run prod
I use on development unminify css but if you want minify for prod just uncomment on gulpfile.js
line 44:
// .pipe(cssnano())
You can use npm or yarn
I use on development unminify css but if you want minify for prod just uncomment on gulpfile.js
line 44:
// .pipe(cssnano())