Skip to content

mikedevelops/typescript-starter

Repository files navigation

TypeScript Starter

A starting point for TypeScript projects including TSLint and ts-jest.

Getting Started

Install project dependencies.

npm install

Start a local webserver and watch for changes.

npm run dev

Run test suite.

npm test

Create a production build.

npm run prod

About

A starting point for TypeScript applications with TSLint & Jest.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published