Student: Aleksandra Strashnova
Mentor: Ivan Vasiunin
- src/assets/icons - SVG icons for your project
- src/assets/images - Images for your project
- src/styles - SCSS stylesheets
- src/data - JSON data
- src/templates/layouts - Twig layouts
- src/templates/partials - Twig partials
- npm start - Start development server
- npm run build - Build for production
- npm run preview- Preview production build
- npm run lint - Checks your HTML for mistakes
- npm run lint:fix - Will fix most popular of them
- npm run stylelint - Checks your CSS/SCSS for mistakes
- npm run stylelint:fix - Will fix most popular of them
- npm run format - Will fix code style things
- npm run format:check - Will fix code style things
- npm run format:lint - Will fix code style things and then most popular mistakes