- latest version (LTS) of nodejs and npm
- root permissions (for autogeneration of self-signed certificate by devcert)
- npm
- eslint
- transpiler via esbuild
- material-ui with styled components
- redux with redux-toolkit
- final-form
- auto-generation of certificates for local development via https
- express based server (production ready)
- Dockerfile to build image via
npm run build-image
- within your scope directoy craete a new one (convention: lower case and dash-separated)
mkdir new-project
- and change into it
cd new-project
- execute
npx -p yo -p @pubcore/generator-mui yo @pubcore/mui