You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,16 @@
1
1
# TypeScript Node Starter
2
2
3
+
The main purpose of this repository is to show a working end-to-end project setup and workflow for writing Node code in TypeScript.
4
+
5
+
It is not a goal to be a comprehensive and definitive guide to makinga TypeScript and Node project, but as a working reference maintained by the community. If you are interested in starting a new TypeScript project - check out the bootstrapping tools reference in [the TypeScript Website](https://www.typescriptlang.org/docs/home)
The main purpose of this repository is to show a good end-to-end project setup and workflow for writing Node code in TypeScript.
10
-
We will try to keep this as up-to-date as possible, but community contributions and recommendations for improvements are encouraged and will be most welcome.
0 commit comments