You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@pubcore/generator-mui

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pubcore/generator-mui

User interface component scaffold, based on react, material-ui, final-form and redux

1.5.0
latest
Source
npm
Version published
Maintainers
3
Created
Source

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)

  • 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

Keywords

yeoman-generator

FAQs

Package last updated on 01 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts