Skip to content

A starting point for TypeScript applications with TSLint & Jest.

Notifications You must be signed in to change notification settings

mikedevelops/typescript-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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