

gulp vendor copies dependencies from node_modules to the vendor directory.

gulp css compiles SCSS files into CSS and minifies the compiled CSS.gulp watch browserSync opens the project in your default browser and live reloads when changes are made.gulp the default task that builds everything.You can view the gulpfile.js to see which tasks are included with the dev environment. Install via npm: npm i startbootstrap-sb-admin-2Īfter installation, run npm install and then run npm start which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved.

