pepaar / typescript-webpack-react-redux-boilerplate

React and Redux with TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

React and Redux with TypeScript

License:MIT License


Languages

Language:JavaScript 47.5%Language:TypeScript 46.1%Language:CSS 6.0%Language:HTML 0.4%