https://github.com/ovrmrw/react-webpack-css-modules-typescript-example
React, React CSS Modules, cssnext, Webpack 2, TypeScript
https://github.com/ovrmrw/react-webpack-css-modules-typescript-example
react react-css-modules typescript
Last synced: about 2 months ago
JSON representation
React, React CSS Modules, cssnext, Webpack 2, TypeScript
- Host: GitHub
- URL: https://github.com/ovrmrw/react-webpack-css-modules-typescript-example
- Owner: ovrmrw
- License: mit
- Created: 2017-02-14T02:08:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T07:18:55.000Z (over 8 years ago)
- Last Synced: 2025-05-08T03:15:55.632Z (about 2 months ago)
- Topics: react, react-css-modules, typescript
- Language: JavaScript
- Homepage:
- Size: 613 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-webpack-css-modules-typescript-example
React, React CSS Modules, cssnext, Webpack 2, TypeScript[Demo on GitHub Pages](https://ovrmrw.github.io/react-webpack-css-modules-typescript-example)
---
minimum example for React CSS Modules app with TypeScript.
## Setup
```
$ yarn install
or
$ npm install
```## Run
```
$ npm start
```## Build
```
$ npm run build:p
```