generator-bootstrap-boilerplate-template

generates a bootstrap boilerplate without the hassle of remembering file structure while also providing a starter template for web designers to work from

Usage no npm install needed!

<script type="module">
  import generatorBootstrapBoilerplateTemplate from 'https://cdn.skypack.dev/generator-bootstrap-boilerplate-template';
</script>

README



A Yeoman generator that creates the file structure for your bootstrap project.


The file structure for the generator is as follows:

project-name/
├── node_modules/
│   └── bootstrap/
│   └── popper.js/
├── scss/
│   └── custom.scss
├── src/
│   └── index.html
│   └── index.js
└── package.json

Instructions

Install Yeoman globally:


npm install -g yo 

sudo npm install -g yo

Then install the Bootstrap boilerplate generator globally:


npm install -g generator-bootstrap-boilerplate-template

sudo npm install -g generator-bootstrap-boilerplate-template

Navigate to a directory you want to generate the files in, then run yo bootstrap-boilerplate-template

The output should look like the following:


Select either template_1 or template_2 by using the and then await for the output.


Thats it. You are now ready to start coding in Bootstrap :computer:


t More website templates coming soon, stay tuned