Appearance
Packages
Contains potentially npm packages.
If you want to develop a package that can be used across applications or you have several projects using the same tools, components, etc (with monorepo) then you may define a package.
Each package has its own package.json and it must have an index.js. The folder structure of packages obeys the src folder structure as well.
DANGER
We use yarn to handle workspaces and packages dependancies. Always run yarn link at the initialization of the project.