sramam / typescript-starter-react-redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typescript-starter-react-redux

A starter repository for React applications written in TypeScript. Based off of https://github.com/sramam/typescript-starter-node.

Goal

The goal is to be simple, lean and automated.

Specifically, it bakes in automated support for:

  • [ ] typescript-formatter
  • [ x ] tslint
  • [ x ] build automation
  • [ x ] mocha test-automation
  • [ x ] test coverage
  • [ ] complexity analysis
  • [ x ] dependency security
  • [ ] CI integration

Additions to base boilerplate:

  • [ x ] webpack
  • [ x ] React
  • [ x ] React-Router
  • [ x ] Redux, Reselect
  • [ x ] CSS Modules
  • [ x ] Redux devtools
  • [ ] Generators using plop

About

License:Apache License 2.0


Languages

Language:JavaScript 66.7%Language:TypeScript 32.0%Language:HTML 1.3%Language:CSS 0.1%