└── web-calculator
└── node_modules
└── ...
└── src
└── pages
└── index.html
└── scripts
└── js
└── index.js
└── ts
└── index.ts
└── styles
└── css
└── styles.css
└── styles.css.map
└── scss
└── _variables.scss
└── styles.scss
└── .gitignore
└── MYNOTES.md # I keep notes for myself throughout the development of the project.
└── package-lock.json
└── package.json
└── README.md
└── tsconfig.json
npm install # Required project dependencies
npm run c-scss # SCSS compilation
npm run tsc-w # TypeScript compilation
npm run all-w # All compilation TypeScript and SASS/SCSS