|
|
|
|
|
by TekMol
1869 days ago
|
|
It is a nice tool and a nice codebase. I prefer to tinker with code without a compliation step. So I made the demo work with the code in src/ to run without a compilation step. The demo is almost pure html/js/css but not completely. It uses webpack for the styles (pipes them through less) and the js. The js is plain js but the index.html expects a version that is de-modularized by webpack. But changing a few lines index.html got me to run the demo with the default styles. |
|