Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryandrewjohnson/style-guide
Proposed style guide
https://github.com/ryandrewjohnson/style-guide
Last synced: 9 days ago
JSON representation
Proposed style guide
- Host: GitHub
- URL: https://github.com/ryandrewjohnson/style-guide
- Owner: ryandrewjohnson
- Created: 2014-10-03T15:03:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-03T15:46:52.000Z (about 10 years ago)
- Last Synced: 2024-04-15T01:18:00.231Z (7 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Proposed Style Guide
## File Structure
```
project-root/
|- client/
| |- app/
| | |- components
| | | |- /
| | | | |- .directive.js
| | | | |- .html
| | |- core
| | |- sections/
| | | |- /
| | | | |- .controller.js
| | | | |- .html
| | |- app.js
| | |- config.js
| |- assets/
| | |- css
| | |- img
| | |- fonts
| | |- etc..
| |- scss/
| | |- components/
| | |- core/
| | |- components/
| | |- sections/
| | |- main.scss
| |- vendor/
| |- templates/
| |- 404.html
| |- index.html
|- server/
| |-
|- tasks/
|- .bowerrc
|- .eslintrc
|- bower.json
|- build.config.js
|- Gruntfile.js
|- module.prefix
|- module.suffix
|- package.json
```