Run these commands with yarn:
buildto create a JS build runnable by electronappto run this buildstartto combine the commands abovelint:tsandlint:cssto check for code-style issuestest,test:e2eandtest:allto run the tests
📂 development | Development related utils
📂 src |
┣ 📂 assets | Fonts, icons, images, etc.
┣ 📂 components | React components
┃ ┣ 📂 providers | Global react providers (i.e. react-router)
┃ ┣ 📂 shared | Shared components - inputs, buttons, typography
┃ ┣ 📂 views | Application views / pages
┣ 📂 electron | Electron-related utils
┣ 📂 i18n | Locale and i18n logic
┣ 📂 player | Audio-player / web-audio related files
┣ 📂 store | Redux store, actions and selectors
┗ 📂 test | Testing utilities
