@pubcore/generator-mui
v1.5.0
Published
User interface component scaffold, based on react, material-ui, final-form and redux
Downloads
2
Keywords
Readme
Commandline tool to create a material-ui based web-app scaffolding
Prerequisites
- latest version (LTS) of nodejs and npm
- root permissions (for autogeneration of self-signed certificate by devcert)
Yeoman generator to create a web app scaffolding with
- 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
local installation (development)
- 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