Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 505 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 505 Bytes

gulp-bootstrap-5

Setup

To manually set up the template, first download it with Git:

git clone https://github.com/after9/gulp-bootstrap-5 projectname

Then open the folder in your command line, and install the needed dependencies:

cd projectname
yarn

Finally, run yarn start to run Gulp. Your finished site will be created in a folder called dist, viewable at this URL:

http://localhost:3000

To create compressed, production-ready assets, run yarn run build.