Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
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
  • Socket score

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)

  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

Keywords

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc