Skip to content

strife/typescript-webpack-react-flux-boilerplate

 
 

Repository files navigation

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:3333/

Build options

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

More information

About

React and Flux with TypeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.4%
  • TypeScript 45.7%
  • CSS 4.3%
  • HTML 0.6%