A basic multi page boostrap theme using Boostrap 4, Font Awesome, Gulp & Sass
  • HTML 91.5%
  • CSS 3.1%
  • SCSS 3%
  • JavaScript 2.4%
Find a file
2020-06-02 22:07:47 -04:00
src edit page title 2020-06-02 22:07:47 -04:00
.gitignore inital commit 2020-06-01 06:55:16 -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 update install directions 2020-06-01 07:39:18 -04:00

Glozzom Bootstrap 4 Theme

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/glozzom-bootstrap-theme.git

Navigate to the new directory

cd glozzom-bootstrap-theme

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