Skip to content

Instantly share code, notes, and snippets.

View mateusvahl's full-sized avatar
🏠
Working from home

Mateus Vahl mateusvahl

🏠
Working from home
View GitHub Profile
For JS:
+ /project-root
|--+ /dist Packaged stuff
|--+ /build Compiled stuff
|--+ /bin Sometimes these things have executables
|--+ /src Source stuff
| |--+ /stylus
| |--+ /scripts All JavasScript/LiveScript stuff
| | |--+ index.js Entry point to the application