Skip to content

A base typescript project with a testing environment set up.

Notifications You must be signed in to change notification settings

scholtz-gnome/typescript-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typescript Base

A base typescript project with a testing environment set up.

Set up

Use Node v22.13.1

nvm use

Install NPM dependencies

npm install

Running TypeScript

To run src/main.ts once without compiling

npm run start

To compile your TS

npm run build

To run src/main.ts and compile on file changes and run after each save

npm run start:dev

To run tests in the tests directory once

npm run test

To run the same tests in watch mode

npm run test:watch

To generate test coverage

npm run test:cov

About

A base typescript project with a testing environment set up.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published