When you develop a new app you should keep certain things in mind.
Github
First of all you should initialize Github. If it is a standard app, a repo should be created on https://github.com/2sic (ask 2dm). If not then at least do a local repo.
Webpack / Vite
Every app should be built with SCSS. For this we need a compiler. We do this with Webpack - or possibly Vite (2025+ but has some limitations, still WIP). Here you find a template which should help you to keep the right setup.
Folder Structure
To be able to guarantee a certain standard for all apps there are also certain defaults for the folder structure. Here you can see the usual structure.
Quality
Read the quality concept carefully to avoid unnecessary work in the end. Keep to these points so that a good quality and our standard is maintained.