Skip to content

Instantly share code, notes, and snippets.

@nikeshashar
Created November 10, 2016 12:40
Show Gist options
  • Select an option

  • Save nikeshashar/6f810f64e44d6109d4d4c5958193838a to your computer and use it in GitHub Desktop.

Select an option

Save nikeshashar/6f810f64e44d6109d4d4c5958193838a to your computer and use it in GitHub Desktop.
.
├── app.js
├── bin
│ └── www
├── package.json
├── public
│ ├── images
│ ├── javascripts
│ └── stylesheets
│ └── style.css
├── routes
│ ├── index.js
│ └── users.js
└── views
├── error.jade
├── index.jade
└── layout.jade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment