Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```