Skip to content

Instantly share code, notes, and snippets.

@vcarl
Created April 23, 2015 21:31
Show Gist options
  • Save vcarl/85679d9cc0c1dc2daccb to your computer and use it in GitHub Desktop.
Save vcarl/85679d9cc0c1dc2daccb to your computer and use it in GitHub Desktop.
React Project folder structure
  • src
    • app.jsx
    • routes.jsx
    • components
      • App-wide reusable components
    • views
      • One folder per view
      • login
        • index.jsx
        • components
          • View-specific components. Components that should be broken out of the main view file, but aren't app-wide
    • styles
      • css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment