Skip to content

Directory Architecture

hyeonggyu ham edited this page Nov 13, 2019 · 1 revision
.
β”œβ”€β”€ client
β”‚   β”œβ”€β”€ public
β”‚   β”‚   └── images
β”‚   └── src
β”‚       β”œβ”€β”€ component
β”‚       β”œβ”€β”€ action
β”‚       β”œβ”€β”€ reducer
β”‚       └── store
└── server
    β”œβ”€β”€ app.js
    β”œβ”€β”€ bin
    β”œβ”€β”€ database
    β”œβ”€β”€ middlewares
    β”œβ”€β”€ event
    β”œβ”€β”€ models
    β”œβ”€β”€ routes
    └── util
Clone this wiki locally