Skip to content

jshunsicker/react-redux-typescript-boilerplate

 
 

Repository files navigation

Frontend Boilerplate with React, Redux & TypeScript

A bare minimum react-redux-webpack-typescript boilerplate with TodoMVC example.

Live demo

Note that this project does not include Server-Side Rendering, Static code analysis, Testing Frameworks and other stuffs that makes the package unnecessarily complicated. (e.g. yarn, tslint, jest, ...)
If needed, please fork this repository and add your own that meets your requirements.

Ideal for creating React apps from the scratch.

See also: react-mobx-typescript-boilerplate

Contains

Build tools

Setup

$ npm install

Running

$ npm start

Build

$ npm run build

Prettier

$ npm run prettier

License

MIT

About

A bare minimum frontend boilerplate with React 16.4, Typescript 2.9 and Webpack 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.0%
  • CSS 28.1%
  • JavaScript 13.0%
  • HTML 0.9%