Skip to content

pradeep1991singh/pug-gst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pug Getting started example

Project Contains

  • Jade/Pug

    • For generating Html
  • Bootstrap

    • Bootstrap for UI styles
    • Used conditions and loop for rendering long list
    • Used class mixins for adding class on run time
  • ExpressJs

    • For running local server and compiling Pug templates
    • routing

Installation

  1. Clone repository or copy project source code
$ git clone https://github.com/pradeep1991singh/pug-gst.git
  1. Node package installation
$ npm install or yarn install
  1. Run example
$ npm start
  1. Go to http://localhost:8080 in browser