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
- Host: GitHub
- URL: https://github.com/mallickboy/how-to-use-pug-with-express
- Owner: mallickboy
- Created: 2023-01-17T13:36:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-17T13:52:28.000Z (over 2 years ago)
- Last Synced: 2025-02-17T23:35:09.819Z (8 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)