WebApp Generator with Intutable as backend and react framework for frontend that can be used to generate MÜSLI like apps.
with webapp config used from static/MüsliNext.json
clone this repository
git clone git@github.com:pvs-hd-tea/MuesliNext.gitor via https
git clone https://github.com/pvs-hd-tea/MuesliNext.gitinstall dependencies
npm installstart the app
npm run devFor contributions please follow the contribution guideline
Additionally you can only commit if the code following certain quality criteria. E.g. is linted and formated correctly. To format the code automatically if possible run:
npm run formatYou should never but could always bypass these rules with:
git commit --no-verifyTo run tests, run the following command
npm testTo run tests with coverage, run
npm test -- --coverage --watchAll