/boilerstrap

Boilerplate for Bootstrap 4

Primary LanguageHTML

Boilerstrap

This project is a simple Bootstrap boilerplate for blazing-fast development.

Installing

Follow the steps below to get you development envirornment up & running:

  1. Install the NPM depencies:
npm install
  1. User Gulp to put the vendors in place and start the server:
gulp boot

Starting the server

This can also be done through a more specific Gulp task:

gulp dev

Deployment

Deploy the app to yout gh-pages branch and push it to your remote repository:

gulp deploy

Not sure which Git repository you're using?

git remote -v

Built with