ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

commit 7c241e537e37853546d41848c238f86cb44af1be
parent d84f40ceda21ee73d2a3537a75ce24de99dc044f
Author: Santiago Diaz <santiago.diaz@me.com>
Date:   Mon,  9 Feb 2015 13:12:58 +0100

Updated README introducing the new folder structure

Diffstat:
MREADME.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -40,8 +40,11 @@ utilizing a unidirectional data flow. │ ├── /assets/ # Static files which are copied to ./build on compile │ ├── /components/ # React components │ ├── /constants/ # Enumerations used in action creators and stores +│ ├── /content/ # Jade application templates │ ├── /core/ # Core components (Flux dispatcher, base classes, utilities) │ ├── /stores/ # Stores contain the application state and logic +│ ├── /styles/ # CSS pre-processed files and rules (csscomb, csslint) +│ ├── /templates/ # Base template files │ ├── /app.js # The application's main file (entry point) ├── /test/ # Unit, integration and load tests │ ├── /e2e/ # End-to-end tests