-- ONLY PLACEHOLDERS awaiting description --
Introduction
Material Components abstraction
Description
Install dependencies with npmjs at project root folder
npm install
{
"plugins": {
"equivalent-js-plugin-mdc": true
}
}
Generate scripts and stylesheets (Sass) and documentation (JSDoc & JSDoc Type)
npm run dev:run
or
npm run dev:watch
npm run dev:http
http://127.0.0.1:8084/index.html
npm run prod:minify
http://127.0.0.1:8084/prod.html
...live long and prosper