Skip to content

rordi/bootstrap4-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap 4 Boilerplate

Boilerplate for Bootstrap 4, bootstrap.native (no jQuery), include-media, Font Awesome

  1. Prerequisites

You need to have the Node packaged modules manager (npm) and the gem package manager installed.

  1. npm install

Run npm install.

This will install the bower package manager, grunt task runner and grunt dependencies.

  1. gem install sass compass

Run gem install sass compass in the same folder.

This will install the Ruby SASS and Compass packages.

  1. bower

Run bower install in the same folder to install all frontend development dependencies.

  1. grunt

You can now run grunt. By default, grunt will start the grunt watch task.

  1. Install your own additional dependencies

Search via https://bower.io/ and then bower install ..... --save-dev, where ..... is the name of the package/dependency to be installed.