Structure of the code
High level overview of what's in the code base. Nice to have a look at for knowing where things are and getting started.
Documentation
Project configuration
package.json
→ npm project configurationbook.json
→ Documentation generator configwebpack
→ Webpack configuration filespublic
→ Compiled assets folder
Source code
index.js
→ Server entry pointlib
→ Source folderclient
→ Client side web application (browser code)index.js
→ Client side entry pointroutes.js
→ Client side routesactions.js
→ Action creatorsreducers.js
→ Reducerscomponents
→ UI componentscontainers
→ Container UI componentsapi.js
→ Api methodsdb
→ Database storage methods
server
→ Server side application