Dozens of Bootstrap 4 templates. Can be used to scaffold with CSS or SCSS.
- Install Pingy if you haven't already (Requires Pingy CLI 0.11 or later).
npm install @pingy/cli --global
- Create a folder for the new site that you want to scaffold and
cd
into it.
mkdir mysite && cd mysite
- Scaffold your site
pingy scaffold bootstrap
- Pingy will open your web browser and allow you to choose from dozens of templates and scaffold the one you like. 👍
- Go back to your terminal, confirm your scaffold and install.
? You are about to scaffold the following files
mysite/
├── favicon.ico
├─┬ styles/
│ └── main.scss
└── index.html
❯ Yes, go ahead
No, but continue
No and abort
- 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 export