A bare minimum starter repository for writing and testing browser modules using typescript.
- Clone this repository
git clone https://github.com/creately/ts-starter.git my-module
- Update the package.json file
- Replace the git origin
git remote remove origin
git remote add origin MY_ORIGIN
Pull new commits from this repository to your own repository for updates.
git pull https://github.com/creately/ts-starter.git