Skip to content

Instantly share code, notes, and snippets.

@phuctm97
Created September 16, 2019 16:07
Show Gist options
  • Save phuctm97/4a26f131a5737010d7d717656fcb57fa to your computer and use it in GitHub Desktop.
Save phuctm97/4a26f131a5737010d7d717656fcb57fa 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