Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thorstenhans/jade-introduction
https://github.com/thorstenhans/jade-introduction
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thorstenhans/jade-introduction
- Owner: ThorstenHans
- Created: 2013-10-22T16:58:29.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T21:16:14.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T04:43:56.444Z (7 months ago)
- Language: HTML
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```