Skip to content

etheodoridou/typescript-webpack-react-redux-boilerplate

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.5%
  • TypeScript 46.1%
  • CSS 6.0%
  • HTML 0.4%