The goal of this repo is to help you start when combining React and Typescript. It contains implementation of simple example based on flux pattern. LESS in combination of CSS modules is used for styling components and for running, building and bundling there is powerful Webpack.
- run npm install to download dependencies
- run npm start to build and start webpack-dev-server
- open http://localhost:3333/
- npm run build for single build (creates files in build/ folder)
- npm start to build and start webpack-dev-server