/tedu_social

A mini social network for TEDU Community

Primary LanguageTypeScript

Social network for TEDU Community

Technologies stack

  • NodeJS
  • MongoDB
  • Express
  • TypeScript

Command remembers

Lession 9

  • 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

ESLINT

yarn add eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin -D "husky": { "hooks": { "pre-commit": "yarn lint" } },

Lession 10

  • tsc --init

Reference