There are always several ways to do frontend stuff, so I will try to explain my choices as best I can.
Storybook is used to present the documentations and components. Use the following commands to visualize locally:
npm install
npm run storybook
Prettier, stylelint, ESLint and EditorConfig rules are set, it is strongly recommended to install thier matching extensions in your code editor.
For Visual Studio Code I recommend these extensions:
You can install these extensions with the VS Code CLI:
code --install-extension editorconfig.editorconfig
code --install-extension stylelint.vscode-stylelint
code --install-extension dbaeumer.vscode-eslint
code --install-extension esbenp.prettier-vscode
code --install-extension tombonnike.vscode-status-bar-format-toggle