A working demo of CSS Modules, using TypeScript, css-modulesify and typed-css-modules.
JSX components and .css files are plagiarized from https://github.com/css-modules/browserify-demo.
npm install -g typescript browserify typed-css-modules
npm install
npm run build
And open dist/index.html
.
npm run dts
MIT