Skip to content

FileStructure

Megan Smith edited this page Apr 30, 2016 · 10 revisions

server

  • controllers - Query the database to perform CRUD operations
  • models - Schemas for database
  • routers - Link endpoints to controller methods
  • config - .gitignored variables that set up environment
  • logs - .gitignored server logs

client

  • actions - Redux actions
  • assets - Asset files such as css and images
  • components - React components
  • containers - React/Redux containers
  • reducers - Redux reducers
  • tests - Client side testing
  • store - Redux store
  • 'index.html' - HTML file to be served
  • 'index.js' - Entry point to App

Clone this wiki locally