Skip to content

Simple starter-kit for react, redux, typescript, aphrodite, webpack

Notifications You must be signed in to change notification settings

alex3165/react-typescript-starter

Repository files navigation

react-typescript-starter

Simple boilerplate to start a react application using typescript.

It includes

  • Typescript

  • Webpack

  • Babel

  • eslint / tslint with airbnb setup

  • React

  • Redux

  • React-router

  • React-router-redux

  • Immutable

  • Stilr (Need to replace it with something better)

And small other dependencies

Compatibility

The setup is compiling to ES5 and has a polyfill for the fetch API, it should be compatible cross browsers.

How to use it

Installation :

npm install
npm install -g typescript typings
typings install

Runing development server :

npm run start

For production :

npm run build

Everything you need is then in the dist folder, you can use the nginx.conf file to have a ready to use server setup.

Todo

  • Replace styling dependency
  • Add unit test setup

About

Simple starter-kit for react, redux, typescript, aphrodite, webpack

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •