Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DopamineDriven/cff59af37eaa861fca01d582a83ef63b to your computer and use it in GitHub Desktop.
Save DopamineDriven/cff59af37eaa861fca01d582a83ef63b to your computer and use it in GitHub Desktop.
create required config files and the src directory
$ touch .env .eslintrcjson tsconfig.json && mkdir src && cd src && touch index.ts && cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment