Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ydah/pug-boilerplate
A boilerplate for website development project using Pug.
https://github.com/ydah/pug-boilerplate
boilerplate boilerplate-front-end boilerplate-template pug scss
Last synced: 17 days ago
JSON representation
A boilerplate for website development project using Pug.
- Host: GitHub
- URL: https://github.com/ydah/pug-boilerplate
- Owner: ydah
- License: mit
- Created: 2020-11-08T14:01:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-27T16:08:47.000Z (over 3 years ago)
- Last Synced: 2024-12-07T03:27:49.058Z (21 days ago)
- Topics: boilerplate, boilerplate-front-end, boilerplate-template, pug, scss
- Language: SCSS
- Homepage:
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pug-boilerplate
A boilerplate for website development project using Pug.
# Installation
```bash
npm install
```# Usage
Run All
```bash
npm run all
```Run format(eslint/stylelint)
```bash
npm run format
```# Author
[ydah](https://github.com/ydah)