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.git
or via https
git clone https://github.com/pvs-hd-tea/MuesliNext.git
install dependencies
npm install
start the app
npm run dev
For 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 format
You should never but could always bypass these rules with:
git commit --no-verify
To run tests, run the following command
npm test
To run tests with coverage, run
npm test -- --coverage --watchAll