This is a simple portfolio page. Simple HTML, CSS (SCSS) and JS
The only requirement is to have sass
installed globally:
npm i -g sass
Then, compile the SCSS files inside _scss
into _css
folder. This project aims to use ITCSS, but it's not strict about it.
Start the webserver:
vite . --host
Start the sass compiler:
sass -w _scss/style.scss:_css/style.css
- Plain HTML, CSS and JS
- sass (SCSS syntax)
- Fontello