Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pingyhq/pingy-scaffold-bootstrap-jumbotron
Super simple Pingy scaffold for Bootstrap 4 beta jumbotron and SCSS
https://github.com/pingyhq/pingy-scaffold-bootstrap-jumbotron
Last synced: about 1 month ago
JSON representation
Super simple Pingy scaffold for Bootstrap 4 beta jumbotron and SCSS
- Host: GitHub
- URL: https://github.com/pingyhq/pingy-scaffold-bootstrap-jumbotron
- Owner: pingyhq
- Created: 2017-11-10T12:19:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T17:18:50.000Z (about 7 years ago)
- Last Synced: 2024-10-31T19:42:42.651Z (2 months ago)
- Language: HTML
- Size: 377 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/pingyhq/pingy-cli) 0.10 or later).
```
npm install @pingy/cli --global
```2. Create a folder for the new site that you want to scaffold and `cd` into it.
```
mkdir mysite && cd mysite
```3. Scaffold your site
```
pingy scaffold bootstrap-jumbotron
```4. Start up the pingy dev server and get to work. 💪
```
pingy dev
```5. 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.