Jade/Pug Quick Start for Ubuntu 16.04 Xenial
Hi! The Tutorial shows you How to Install and Getting-Started with Jade/Pug Web Template Engine on Ubuntu 16.04 Xenial Xerus LTS GNU/Linux.
Jade/Pug is a high performance template engine heavily influenced by Haml and implemented with JavaScript for node and browsers.
-
Open a Terminal Shell emulator window
Ctrl+Alt+t on Desktop
(Press “Enter” to Execute Commands) -
How to Install the Latest Node.js on Ubuntu Linux
-
Installing Jade/Pug by Npm:
npm install pug
Or otherwise:
sudo npm install pug
-
Getting-Started with Jade/Pug First, Steps