nodejs-express-pug
v0.0.2
Published
Skeleton Nodeproject with Express and Pug (formerly known as Jade)
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 npmMac
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/skeletonInstall dependencies with:
$ npm installDone
Run your skeleton with:
$ nodejs app.jsOpen your browser and navigate to http://localhost/
