The best starter kit for website with multipages using Bootstrap 4, Gulp 4, Sass, BrowserSync with minification.
Below instructions will help you get a copy of the project up and running on your local machine for starting multipage html development.
Install gulp globally on your system
npm install gulp -g
Clone project from github Repository
$ git clone https://github.com/jagathgj/html-sass-bootstrap-gulp-multipage-boilerplate.git
Then Install the packages included in package.json
$ npm install
Build for generating pure css/js/fonts/html files in public folder, which is the one to deploy
$ npm run build
For live development and run the project in browser
$ npm run start
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- Myself
- etc