"scripts": {
"dev:node": "tsx watch ./src/index.ts", // to watch for code changes
"dev:tsc": "tsc --watch --preserveWatchOutput", // to check for type errors
"dev": "run-p dev:*", // run dev:node and dev:tsc parallelly
"build": "rm -rf ./dist && npx pkgroll --minify", // clean build the package
"start": "node ./dist/index.js" // start the package
},
-
Notifications
You must be signed in to change notification settings - Fork 0
moinulmoin/nodejs-typescript-starter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Nodejs + Typescript minimal starter
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published