Create learning cards and learn from them. You can create your own cards by adding pictures to them, as well as search for cards created by other users.
- Clone the project onto your machine
git clone https://github.com/OlgaKapskaya/cards.git- Install packages
- yarn
yarn install-
Prettier WebStorm -> Settings -> Languages & Frameworks -> JavaScript -> Prettier -> check the following:
-
Prettier Package ~/dev/path-to-project/node_modules/prettier
-
Run for Files: {**/*,*}.{js,ts,jsx,tsx}
-
on 'Reformat Code action'
-
on Save
- ESlint WebStorm -> Settings -> Languages & Frameworks -> JavaScript Code -> Quality Tools -> ESlint -> check the following:
- Automatic ESLint configuration
- Run for Files: {**/*,*}.{js,ts,jsx,tsx,html,vue}
- Run eslint --fix on save