An open API service indexing awesome lists of open source software.

https://github.com/quramy/typescript-css-modules-demo

A working demo of CSS Modules, using TypeScript, css-modulesify and typed-css-modules
https://github.com/quramy/typescript-css-modules-demo

browserify css-modules react typescript

Last synced: 8 months ago
JSON representation

A working demo of CSS Modules, using TypeScript, css-modulesify and typed-css-modules

Awesome Lists containing this project

README

          

# CSS Modules TypeScript Demo

A working demo of [CSS Modules](https://github.com/css-modules/css-modules), using [TypeScript](http://www.typescriptlang.org/), [css-modulesify](https://github.com/css-modules/css-modulesify) and [typed-css-modules](https://github.com/Quramy/typed-css-modules).

JSX components and .css files are plagiarized from [https://github.com/css-modules/browserify-demo](https://github.com/css-modules/browserify-demo).

## Install and build

```sh
npm install
npm start
```

## Re-generate .css.d.ts

```sh
npm run dts
```

## License
MIT