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: about 1 month 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-11T14:45:26.000Z (over 4 years ago)
- Last Synced: 2025-03-06T12:46:58.373Z (over 1 year 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

## 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
```