Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pingyhq/pingy-scaffold-bootstrap
Bootstrap Web Scaffold for Pingy. Dozens of Bootstrap 4 templates. Can be used to scaffold with CSS or SCSS.
https://github.com/pingyhq/pingy-scaffold-bootstrap
Last synced: about 1 month ago
JSON representation
Bootstrap Web Scaffold for Pingy. Dozens of Bootstrap 4 templates. Can be used to scaffold with CSS or SCSS.
- Host: GitHub
- URL: https://github.com/pingyhq/pingy-scaffold-bootstrap
- Owner: pingyhq
- License: mit
- Created: 2017-12-01T18:15:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T18:56:30.000Z (about 7 years ago)
- Last Synced: 2024-03-24T01:02:14.571Z (10 months ago)
- Language: HTML
- Homepage:
- Size: 1.98 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bootstrap Web Scaffold
> Dozens of Bootstrap 4 templates. Can be used to scaffold with CSS or SCSS.
## How to use it
1. Install Pingy if you haven't already (Requires [Pingy CLI](https://github.com/pingyhq/pingy-cli) 0.11 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
```4. Pingy will open your web browser and allow you to choose from dozens of templates and scaffold the one you like. 👍
5. Go back to your terminal, confirm your scaffold and install.
```
? You are about to scaffold the following filesmysite/
├── favicon.ico
├─┬ styles/
│ └── main.scss
└── index.html❯ Yes, go ahead
No, but continue
No and abort
```6. Start up the pingy dev server and get to work. 💪
```
pingy dev
```7. 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
```