Skip to content

pistell/material-design-webpack-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Material Design Webpack Boilerplate

Dependabot badge

A lightweight foundation for your next Material Design based frontend project.

Installation

npm install

Start Dev Server

npm start

Build Prod Version

npm run build

Features:

  • ES6 Support via babel (>=7.8.4)
  • SASS Support (with @use) via sass-loader
  • Linting via eslint-loader with AirBnB config
  • Webpack (>=4.41.6)
  • Material Design Components (>=6.0.0)

Notes

When you run npm run build we use the mini-css-extract-plugin to move the css to a separate file. The css file gets included in the head of the index.html.