Basic bootstrap 4 starter kit with Font Awesome Icons
  • JavaScript 53.4%
  • HTML 45.9%
  • SCSS 0.7%
Find a file
2020-06-01 06:49:19 -04:00
src update script and add success message 2020-06-01 06:49:19 -04:00
gulpfile.js added gulp and sass 2020-06-01 06:28:47 -04:00
package.json update script and add success message 2020-06-01 06:49:19 -04:00
README.md added deployment notes 2020-06-01 06:43:39 -04:00

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