1.0.2 • Published 8 years ago
pingy-scaffold-bootstrap-jumbotron v1.0.2
Bootstrap Jumbotron
Super simple Pingy scaffold for Bootstrap 4 beta jumbotron and SCSS
How to use it
- Install Pingy if you haven't already (Requires Pingy CLI 0.10 or later).
npm install @pingy/cli --global- Create a folder for the new site that you want to scaffold and
cdinto it.
mkdir mysite && cd mysite- Scaffold your site
pingy scaffold bootstrap-jumbotron- Start up the pingy dev server and get to work. 💪
pingy dev- 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 exportBy 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.