Basic bootstrap 4 starter kit with Font Awesome Icons
- JavaScript 53.4%
- HTML 45.9%
- SCSS 0.7%
| src | ||
| gulpfile.js | ||
| package.json | ||
| README.md | ||
Bootstrap Boiler
Table of Contents
About
This is a basic Bootstrap 4 boilerplate setup with Font Awsome, Gulp, and Sass.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Prerequisites
This boilerplate uses packages from NPM which comes with NodeJS to install the libraries locally.
Click Here to install NodeJS
Installing
When NodeJS is installed clone the repo.
git clone https://github.com/RileySeaburg/bootstrap-boiler.git
Navigate to the new directory
cd bootstrap-boiler
Install Dependencies
npm install
Start the dev server
npm start
Deployment
To deploy this project to a server, copy the src directory and deploy it.
Acknowledgements
This boilerplate set up was designed by: Brad Traversey