Skip to content

bogdan-Kozlovsky/card-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

📇 Applications for learning by cards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages