• Stars
    star
    181
  • Rank 211,742 (Top 5 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 9 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

React and Redux with TypeScript

typescript-webpack-react-redux-boilerplate

The goal of this repo is to help you start when combining Typescript with React and Redux. LESS in combination of CSS modules is used for styling components. 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 and index.html in build/ folder)
  • npm start to build and start webpack-dev-server

More information