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
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,26 @@
2
2
3
3
Repository intended to serve as a starting point if you want to bootstrap a project in TypeScript.
4
4
5
+
The intention with this repository is to leave it with the bare minimum dependencies and tools needed to run TypeScript snippets or start you projects without any opinionated decision already made.
6
+
7
+
However, if you want an opinionated TypeScript skeleton we also have the following alternatives ready for different purposes:
8
+
9
+
-[🔷🕸️ TypeScript Web Skeleton](https://github.com/CodelyTV/typescript-web-skeleton)
10
+
-[🔷🌍 TypeScript API Skeleton](https://github.com/CodelyTV/typescript-api-skeleton)
0 commit comments