An open API service indexing awesome lists of open source software.

https://github.com/mallickboy/how-to-use-pug-with-express

Basic example on how to use PUG with Express js
https://github.com/mallickboy/how-to-use-pug-with-express

Last synced: 8 months ago
JSON representation

Basic example on how to use PUG with Express js

Awesome Lists containing this project

README

          

Here is an basic example on how to use PUG templete or starting with PUG templete with express and Node js

1st : Install node and npm

2nd : Go to the folder location (You may use VS code or terminal) and run command

npm i

3rd : Run command

node app.js

4th : Click on the newly generated links throw terminal to see

Use as you like :)