High Level Folder and File Descriptions
Pinax Starter Project JavaScript Files
| Folder/File | Description |
|---|---|
| .babelrc | Babel config file |
| .eslintrc.json | JavaScript linter file |
| package.json | NPM package management file |
Typical Project Static and Template Files
| Folder/File | Description |
|---|---|
| project_name/templates/example.html | |
| static/src/js/example.js | |
| static/src/scss/example.scss | |
| static/src/tests/example.html |
Typical App Static and Template Files
| Folder/File | Description |
|---|---|
| app_name/templates/example.html |