Always up to date template for using React with Typescript
To use this template create a new project and add a git remote pointing to this repo
mkdir project
cd project
git init
git remote add template [email protected]:ironbay/react-typescript-template.git
git pull template master
If you would like to pull the latest version simply pull the branch
git pull template master