/card-learning

📇 Applications for learning by cards

Primary LanguageTypeScript

Learning Cards Learning

some description here

Environment setup:

  • clone the project onto your machine
  • run yarn install
  • WebStorm is preferred over VS Code, but it's up to you.
  • WebStorm -> Preferences -> Tools -> Actions On Save -> check the following:
  • Reformat code
  • Optimize imports
  • Rearrange code
  • Run code cleanup
  • Run eslint --fix
  • Run prettier
  • WebStorm -> Preferences -> Languages & Frameworks -> JavaScript -> Code Quality tools -> ESLint
  • Automatic ESLint configuration
  • Run for Files: {**/*,*}.{js,ts,jsx,tsx,html,vue}
  • Run eslint --fix on save
  • WebStorm -> Preferences -> Languages & Frameworks -> JavaScript -> Prettier
  • Prettier Package: ~/dev/path-to-project/node_modules/prettier
  • Run for Files: {**/*,*}.{js,ts,jsx,tsx}
  • On 'Reformat Code' action
  • On save
  • On save