Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thorstenhans/jade-introduction


https://github.com/thorstenhans/jade-introduction

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# jade-introduction

Samples for my article, see https://www.xplatform.rocks/2013/10/22/an-introduction-to-jade/ for more details

## Installation

All dependencies are managed using `package.json` you can use `npm` to install all dependencies. `live-server` will also be installed locally for easy testing

```
$ npm install
```

## Jade 2 HTML Compilation

execute

```
$ npm run build
```

## Preview

execute

```
$ npm start
```