- HTML
- SCSS
- TS
- Webpack
- src/ — project source files
- src/components/ — folder with JS components
- src/components/base/ — folder with the base code
- src/components/model/ — folder with data models
- src/components/view — folder with display classes
- /base — folder with basic display classes
- /partial — folder with specific display classes
- src/pages/index.html — HTML file of the main page
- src/types/index.ts file with types
- src/index.ts is the application's entry point
- src/scss/styles.scss — the root file of styles
- src/utils/constants.ts file with constants
- src/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
Description of the modules in English Описание модулей на русском
** Kirill Doroshev (DKMFzF) **
This project is licensed under the MIT license