Skip to content

Latest commit

 

History

History

README.md

mdl-ext custom build

A project demonstrating how to use a selection of the provided MDLEXT components.

NPM Scripts

  • start: run Express sever with Hot Module Reloading (HMR), eslint and stylelint, serving files at http://localhost:8080
  • lint: lint according to rules in .eslintrc and .stylelintrc
  • clean: remove the dist directory
  • build: bundle the app to the dist dir using development settings
  • build:prod: bundle the app to the dist dir using production settings
  • server: run Express sever with the generated bundle, serving files at http://localhost:8081