Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Readme.md to reflect new dir structure #66

Merged
merged 3 commits into from
Feb 9, 2015
Merged

Updated Readme.md to reflect new dir structure #66

merged 3 commits into from
Feb 9, 2015

Conversation

sdiaz
Copy link

@sdiaz sdiaz commented Feb 9, 2015

No description provided.

@sdiaz sdiaz mentioned this pull request Feb 9, 2015
@koistya
Copy link
Member

koistya commented Feb 9, 2015

The styles folder is going to be removed in favor of CSS per component.. How about this?

├── /src/                       # The source code of the application
│   ├── /actions/               # Action creators that allow to trigger a dispatch to stores
│   ├── /assets/                # Static files which are copied to ./build on compile
│   ├── /components/            # React components
│   ├── /constants/             # Enumerations used in action creators and stores
│   ├── /content/               # Web page content (HTML, Markdown, Jade, images etc.)
│   ├── /core/                  # Core components (Flux dispatcher, base classes, utilities)
│   ├── /stores/                # Stores contain the application state and logic
│   ├── /templates/             # HTML templates (for server-side rendering, emails etc.)
│   ├── /app.js                 # Client-side startup script
│   └── /server.js              # Server-side startup script

@koistya koistya merged commit 0abb145 into kriasoft:master Feb 9, 2015
koistya added a commit that referenced this pull request Feb 9, 2015
@sdiaz sdiaz deleted the readme_fix branch February 9, 2015 22:58
vishwanatharondekar added a commit to vishwanatharondekar/react-starter-kit that referenced this pull request Oct 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants