Skip to content

Complete setup to start a new React project using Typescript.

Notifications You must be signed in to change notification settings

signsi/react-typescript-starter

 
 

Repository files navigation

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

About

Complete setup to start a new React project using Typescript.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 33.5%
  • TypeScript 31.2%
  • CSS 30.7%
  • HTML 4.6%