Skip to content

pubcore/generator-mui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  1. and change into it
cd new-project
  1. execute
npx -p yo -p @pubcore/generator-mui yo @pubcore/mui

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published