└── web-live-time-display
└── src
└── assets
└── img
└── moon.svg
└── sun.svg
└── pages
└── index.html
└── scripts
└── js
└── index.js
└── styles
└── css
└── main.css
└── main.css.map
└── scss
└── _globalStyles.scss
└── _styleHome.scss
└── _variable.scss
└── main.scss
└── .gitignore
└── package.json
└── README.md
npm init -y # It finds the packages you use in the project and creates package.json files.
npm install # It finds the packages you use in the project and creates package-lock.json files.
npm run c-scss # SCSS compilation