1.0.2 • Published 6 years ago

pingy-scaffold-bootstrap-jumbotron v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Bootstrap Jumbotron

Super simple Pingy scaffold for Bootstrap 4 beta jumbotron and SCSS

How to use it

  1. Install Pingy if you haven't already (Requires Pingy CLI 0.10 or later).
npm install @pingy/cli --global
  1. Create a folder for the new site that you want to scaffold and cd into it.
mkdir mysite && cd mysite
  1. Scaffold your site
pingy scaffold bootstrap-jumbotron
  1. Start up the pingy dev server and get to work. 💪
pingy dev
  1. When you're happy that your site is just the right amount of awesome you can export it and it's ready to be uploaded wherever you like. ⚡️
pingy export

By the way

This repo is designed to also work as a standalone site as well as a scaffold. So, you can also just clone this repo run npm install and then npm start if you like.