Created
June 30, 2020 02:23
-
-
Save DopamineDriven/cff59af37eaa861fca01d582a83ef63b to your computer and use it in GitHub Desktop.
create required config files and the src directory
This file contains 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
$ 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