-
Feat(HTML) Added new functionality
-
Fix(JSX) Error correction
-
Perf(JPEG) Changes to improve performance
-
Refactor(PNG) Code edits without fixing bugs or adding new features
-
Revert(JS) Rollback to previous commits
-
Style(SCSS) Code style edits
-
Docs(README) Documentation update
Choose from the list the description of the commit that fits your task, in brackets we write the file in which we worked, and in the body of the commit we write what we did (changed) etc.
Look at
Layout Figma
npm install
— startnpm start
— server start in production modenpm run start:dev
— start the server in development modenpm run lint
— run a code check execution with eslint is necessary run before each PR and fix all linter errorsnpm lint:fix
— same linter check but with automatic ones corrections of simple errors