janajri / react-component-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 54.3%Language:CSS 35.2%Language:JavaScript 9.7%Language:HTML 0.9%