Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 469 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 469 Bytes

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 [email protected]: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