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
- Host: GitHub
- URL: https://github.com/quramy/typescript-css-modules-demo
- Owner: Quramy
- Created: 2016-01-28T18:06:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T10:32:41.000Z (over 8 years ago)
- Last Synced: 2025-04-15T22:38:07.807Z (8 months ago)
- Topics: browserify, css-modules, react, typescript
- Language: TypeScript
- Homepage: http://quramy.github.io/typescript-css-modules-demo/
- Size: 262 KB
- Stars: 25
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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