react-typescript-template

Always up to date template for using React with Typescript

Create a new project

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 git@github.com:ironbay/react-typescript-template.git
git pull template master

Update template

If you would like to pull the latest version simply pull the branch

git pull template master