- NodeJS
- MongoDB
- Express
- TypeScript
- Open terminal command windows: Ctrl + `
- npm init or yarn init
- git init
- git commit -m "Initial commit"
- git add *
- git config --global user.name "Your Name"
- git config --global user.email "Your Email"
- git remote add origin https://github.com/teduinternational/tedu_social.git
- git push -u origin master
yarn add eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin -D "husky": { "hooks": { "pre-commit": "yarn lint" } },
- tsc --init