Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 726 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 726 Bytes

Start

yarn
yarn start

SCSS types checking

Set in VSCode config settings - "typescript.tsdk": "./node_modules/typescript/lib"
more details

On husky crashes:

  1. delete yarn.lock
  2. delete node_modules
  3. delete git hooks: rm -rf .git/hooks
  4. install husky: yarn add -D [email protected]

Components architecture

components-architecture

API architecture

api-architecture