0.0.2 • Published 8 years ago

nodejs-express-pug v0.0.2

Weekly downloads
9
License
-
Repository
-
Last release
8 years ago

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/