Here I put all my small html items + I build CV-like portfolio website using Gulp/Hanldebars/ExpressJS.
For this project I used:
- HandleBars: template engine to avoid html repetition, add some components.
- Sass
- Gulp: for building Handlebars and Sass
- ExpressJs
First you have to build the static files using Gulp, then use simple ExpressJS code to serve these files.
npm run build
npm run start