This is the boilerplate for Designing in Bootstrap 4. It is sass based boilerplate.
Following needs to be installed
- Node.js
- Gitbash tool
- Bower
- Gulp
- Fork this Repository
- Clone the Forked repository
- In the main folder, open gitbash and run the following commands
npm install
bower install
- Do all the work inside source folder and never directly insert anything in app folder
-
To search a Plugin
bower search <plugin-name>
https://bower.io/search/
-
To install new Plugin
bower install <plugin-name>
-
To update plugin
bower update <plugin-name>
bower update (To update all packages)
-
To remove already installed plugin
bower uninstall <plugin-name>