generator-bootstrap-boilerplate-template
v1.1.1
Published
generates a bootstrap boilerplate without the hassle of remembering file structure while also providing a starter template for web designers to work from
Downloads
49
Maintainers
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