Skip to content

Instantly share code, notes, and snippets.

@kireerik
Created March 3, 2018 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kireerik/0150c0899f26f3056d2b3aa1f286700b to your computer and use it in GitHub Desktop.
Save kireerik/0150c0899f26f3056d2b3aa1f286700b to your computer and use it in GitHub Desktop.
Material-UI: Get started (Fast!) ⚡ React 16+
import {minify} from 'html-minifier'
minify(
`<!DOCTYPE HTML><html lang="en">...</html>`
, {
collapseWhitespace: true
, removeComments: true
, minifyCSS: true
, minifyJS: true
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment