Created
January 2, 2020 00:30
-
-
Save capaj/6bc570f0aa1ba76b8bc481028eaa4854 to your computer and use it in GitHub Desktop.
init-ts-tdd
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
git init | |
npm init | |
adds gitignore with node_modules | |
creates a file index.ts and index.spec.ts | |
creates tsconfig.json | |
runs be-pretty |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment