1.5.0 • Published 4 years ago

@pubcore/generator-mui v1.5.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Build Status

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)

1) within your scope directoy craete a new one (convention: lower case and dash-separated)

mkdir new-project

2) and change into it

cd new-project

3) execute

npx -p yo -p @pubcore/generator-mui yo @pubcore/mui
1.5.0

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.0

4 years ago