Jade/Pug Quick Start for Mint
Hello Mint User! The Tutorial shows you How to Install and Getting-Started with Jade/Pug Web Template Engine on Mint GNU/Linux.
Jade/Pug is a high performance template engine heavily influenced by Haml and implemented with JavaScript for node and browsers.
-
Open a Shell Terminal emulator window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
How to Install the Latest Node.js on Mint Linux
-
Installing Jade/Pug by Npm:
npm install pug
Or otherwise:
sudo npm install pug
-
Getting-Started with Jade/Pug First, Steps