Last active
August 29, 2025 15:19
-
-
Save vantm/8d20ec74050f9047f8f1e07deba8e0c7 to your computer and use it in GitHub Desktop.
cta.txtx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| npx create-typescript-app --offline ` | |
| --directory server ` | |
| --description "The central server app" ` | |
| --preset minimal ` | |
| --exclude-contributing-docs ` | |
| --exclude-contributor-covenant ` | |
| --exclude-development-docs ` | |
| --exclude-security-docs ` | |
| --exclude-templated-with ` | |
| --add-vitest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment