Skip to content

⚙️ Non-opinionated typescript starter pack for new projects

Notifications You must be signed in to change notification settings

open-incubator/typescript-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TS Logo

Typescript version Jest version

Non-opinionated typescript starter pack for new projects ⚙

How to use ?

  • Clone this repository
  • Run yarn install or npm install
  • Run yarn run dev or npm run dev
  • You are free to do whatever you want

What does it provide ?

Pre-configuration

This sample comes with many configuration file targetted for NodeJS:

  • Typescript : tsconfig.json
  • Jest: jest.config.json

Unit testing

This sample provides unit testing with Jest

Scripts

This sample comes with many script to work faster:

Script Description Command
dev Run concurrently the typescript watcher and nodemon concurrently -k -n "Typescript,Node" -p "[{name}]" -c "blue,green" "tsc --watch" "nodemon dist/index.js"
start Run the compiler then run the compiled file tsc && node dist/index.js
build Build files tsc
test Run jest tests jest --verbose
test-watch Run jest tests using watcher jest --verbose --watchAll

About

⚙️ Non-opinionated typescript starter pack for new projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published