nodejs-express-pug

Skeleton Nodeproject with Express and Pug (formerly known as Jade)

Usage no npm install needed!

<script type="module">
  import nodejsExpressPug from 'https://cdn.skypack.dev/nodejs-express-pug';
</script>

README

Nodejs Express Pug Skeleton Project

Skeleton Nodeproject with Express and Pug (formerly known as Jade)

Install Nodejs and Npm

Linux

$ apt-get install nodejs npm

Mac

Download https://nodejs.org/en/download/ and install it. Npm is included.

Windows

Download https://nodejs.org/en/download/ and install it. Npm is included.

Install dependencies

Open a terminal and navigate to your skeleton nodejs-express-pug folder.

$ cd path/to/your/skeleton

Install dependencies with:

$ npm install

Done

Run your skeleton with:

$ nodejs app.js

Open your browser and navigate to http://localhost/