Skip to content

Instantly share code, notes, and snippets.

@hiukky
Created June 19, 2019 14:06
Show Gist options
  • Save hiukky/54ca8afa7c0edb763e4e665823bbac0f to your computer and use it in GitHub Desktop.
Save hiukky/54ca8afa7c0edb763e4e665823bbac0f to your computer and use it in GitHub Desktop.
├── app
│   ├── css
│   │   ├── **/*.css
│   ├── favicon.ico
│   ├── images
│   ├── index.html
│   ├── js
│   │   ├── **/*.js
│   └── partials/template
├── dist (or build)
├── node_modules
├── bower_components (if using bower)
├── test
├── Gruntfile.js/gulpfile.js
├── README.md
├── package.json
├── bower.json (if using bower)
└── .gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment