ironbay / website

Website for https://ironbay.co

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

Website for https://ironbay.co


Languages

Language:CSS 54.4%Language:HTML 27.1%Language:JavaScript 17.9%Language:TypeScript 0.6%