This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |