I decided to come back to my old Portfolios and create a new portfolio with new improved ideas. This time I plan on creating this with Node.js since I wanted to work with SCSS for styling.
- Automatically compiles
src/styles/SCSS files topublic/styles/CSS. - Minifies all JavaScript files in
src/jsinto a singlemain.min.jsinpublic/js. - Keeps SCSS, JavaScript, and assets well-structured.
- Automatically updates CSS when SCSS files are modified.