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

https://github.com/pattern-lab/starterkit-handlebars-vanilla

A vanilla starterkit that includes a basic scaffolding and a few patterns to demonstrate a full page, but not a full-blown demo
https://github.com/pattern-lab/starterkit-handlebars-vanilla

Last synced: 10 months ago
JSON representation

A vanilla starterkit that includes a basic scaffolding and a few patterns to demonstrate a full page, but not a full-blown demo

Awesome Lists containing this project

README

          

# Vanilla StarterKit for Handlebars

The Vanilla StarterKit for Handlebars is meant to be used as a demonstration of a Handlebars-based project in Pattern Lab.

## Install

[Installation Instructions](https://patternlab.io/docs/starterkits/)

## Edit Files

After installation the files for this StarterKit can be found in `source/`.

## Contribution

Please refer to our general [contribution guidelines](https://github.com/pattern-lab/patternlab-node/blob/master/.github/CONTRIBUTING.md).

Additionally there are two npm scripts, that are supporting the release process of this package.

### Build on prepublish

On [`prepublish`](https://github.com/pattern-lab/starterkit-handlebars-vanilla/blob/master/package.json#L26) a build is enforced, which is mainly related to a sass compile.

### Release

We've prepared a [`publish` npm script](https://github.com/pattern-lab/starterkit-handlebars-vanilla/blob/master/package.json#L27) that you could use to do a release.