Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malted/parcel-pug
A template for building websites with the Pug templating language and the Parcel bundler
https://github.com/malted/parcel-pug
parcel pug template
Last synced: 12 days ago
JSON representation
A template for building websites with the Pug templating language and the Parcel bundler
- Host: GitHub
- URL: https://github.com/malted/parcel-pug
- Owner: malted
- Created: 2022-03-11T13:32:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-11T14:45:26.000Z (almost 3 years ago)
- Last Synced: 2024-11-16T06:37:27.881Z (2 months ago)
- Topics: parcel, pug, template
- Language: Pug
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# parcel-pug
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ma1ted/parcel-pug/CI)
## A template for building websites with the Pug templating language and the Parcel bundler
### Get Started
```
git clone https://github.com/ma1ted/parcel-pug.git
cd parcel-pug
npm install
npm run start
```#### Directory structure
```
pug-test
├── package.json
└── src
├── styles
│ └── style.css
└── templates
├── includes
│ └── head.pug
└── index.pug
```