Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 460 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 460 Bytes

gulp-project

Here I put all my small html items + I build CV-like portfolio website using Gulp/Hanldebars/ExpressJS.

Stack

For this project I used:

  • HandleBars: template engine to avoid html repetition, add some components.
  • Sass
  • Gulp: for building Handlebars and Sass
  • ExpressJs

Getting Started

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