This is a basic skeleton for developing themes for MoBro using the new MoBro Theme SDK.
Just checkout this repository as described here in the theme directory of MoBro.
git clone https://github.com/ModBros/mobro-theme-skeleton.git
After that install the necessary modules with
npm install
Once finished you can use the command
npm run dev
to compile the theme to the dist directory also watching the files and re-compilinig on changes.