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

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

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
```