Skip to content

Instantly share code, notes, and snippets.

@paulodutra
Last active April 12, 2023 18:52
Show Gist options
  • Save paulodutra/d4988d649a2e190f362eba977e8a0ebe to your computer and use it in GitHub Desktop.
Save paulodutra/d4988d649a2e190f362eba977e8a0ebe to your computer and use it in GitHub Desktop.
1 - Create a simple project with typescript and jest
npm init -y
npm i typescript [email protected] @types/node @types/[email protected] [email protected] --save-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment