Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/malted/proprocessor-minimal

Preprocessor heaven. A template for building web apps with Pug, Sass, and CoffeeScript, bundled with Parcel.
https://github.com/malted/proprocessor-minimal

coffeescript parcel pug sass

Last synced: 30 days ago
JSON representation

Preprocessor heaven. A template for building web apps with Pug, Sass, and CoffeeScript, bundled with Parcel.

Awesome Lists containing this project

README

        



## A Template built for the [Replit Template Jam](https://blog.replit.com/template-jam), combining Pug, Sass and CoffeeScript, bundled with Parcel.

/ proʊ proʊ sɛs ər /

*noun*

Portmanteau of *professional preprocessor*. Trio of web preprocessors designed to make creating websites simple (and eliminate curly braces).

## Running
[![Run on Replit badge](https://replit.com/badge/github/malted/ProProcessor-Minimal)](https://replit.com/@malted/ProProcessor-Minimal)

Run `npm run start` to start the development server

### Templating
Website markup is written in [Pug](https://pugjs.org), which compiles down to vanilla HTML.

An example template can be found at `/src/components/index.pug`.
Additional components can be found in the `components` directory in the same parent directory.

### Styles
Website styling is written in [Sass](https://sass-lang.com), which compiles down to vanilla CSS.

An example stylesheet can be found at `/src/styles/style.sass`
Additional components can be found in the `components` directory in the same parent directory.

### Scripts
Website logic is written in [CoffeeScript](https://coffeescript.org), which compiles down to vanilla JavaScript.

An example script can be found at `/src/scripts/index.coffee`.

### Bundler
The website source is bundled with [Parcel](https://parceljs.org), which is the simplest bundler IMHO. It Just Works:tm:.