Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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