Folder structure
.storybookhas Storybook configetchas build stuff and configssrccontains source filesstatichas static assets that should be pointed to relative to this directorystorieshas Storybook storiestypeshas global TypeScript types
See styleguide for details.
Special
coveragehas test coveragedistis the output of the build
Src
Contains all source files.
clienthas the actual application.serverhas stuff for generating markup and both static and dynamic SSR.
Application code
All application code is located in the src/client directory.
index.tsis webpack’s entrypointapp.tsxis the client’s render root