- HTML
- SCSS
- TS
- Webpack
src/
— project source filessrc/components/
— folder with JS componentssrc/components/base/
— folder with the base codesrc/components/model/
— folder with data modelssrc/components/controller/
— folder with controller modelssrc/components/view
— folder with display classes/common
— folder with basic display classes/partial
— folder with specific display classes/screen
— folder with screen display classes
src/pages/index.html
— HTML file of the main pagesrc/types/all-files.ts
— file with typessrc/index.ts
— is the application's entry pointsrc/scss/styles.scss
— the root file of stylessrc/utils/constants.ts
file with constantssrc/utils/utils.ts
file with utilities
To install and run the project, run the following commands
npm install
npm run start
or
yarn
yarn start
npm run build
or
yarn build
This project is licensed under the MIT license
Спасибо Яндекс Практикум!