A project demonstrating how to use a selection of the provided MDLEXT components.
start: run Express sever with Hot Module Reloading (HMR), eslint and stylelint, serving files at http://localhost:8080lint: lint according to rules in.eslintrcand.stylelintrcclean: remove the dist directorybuild: bundle the app to the dist dir using development settingsbuild:prod: bundle the app to the dist dir using production settingsserver: run Express sever with the generated bundle, serving files at http://localhost:8081