1.0.25 • Published 7 years ago

caapwebux v1.0.25

Weekly downloads
1
License
MIT
Repository
bitbucket
Last release
7 years ago

typescript-webpack-react-flux-boilerplate

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.

This boilerplate combines

Getting started

  • run npm install to download dependencies
  • run npm start to build and start webpack-dev-server
  • open http://localhost:13595/

Build options

  • npm run build for single build (creates files in build/ folder)
  • npm start to build and start webpack-dev-server