Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 484 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 484 Bytes

react-typescript-starter

Complete setup to start a new React project using Typescript.

It includes

  • Typescript
  • Webpack
  • Babel
  • Eslint / TSLint with airbnb setup
  • React
  • Redux
  • React-router
  • React-router-redux
  • Immutable
  • Radium
  • Jest for unit testing

How to use it

Installation (will install typings as well):

npm install
  • Runing development server :
npm start
  • Build for production :
npm build
  • Run unit tests:
npm test