Skip to content

creately/ts-starter

Repository files navigation

Typescript Starter

A bare minimum starter repository for writing and testing browser modules using typescript.

Getting Started

  • 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

Updating Dependencies

Pull new commits from this repository to your own repository for updates.

git pull https://github.com/creately/ts-starter.git

About

A bare minimum starter repository for writing and testing browser modules using typescript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published