βββ 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