Complete responsive website for travel blogging.
Layout based on Flexbox and Grid.
This is my first personal travel blog page. I wanted to map an existing website built on the basis of builder, according to my project.
This is the final result => FINAL PAGE
This is the original page I've mapped => ORIGINAL BLOG PAGE
Page still needs a few more tweaks. Work in progress...
- HTML5
- CSS3
- SASS
- BEM
- JS
- npm scripts like a task runner
Use the package manager npm to install gulp.
If you use iOS add "sudo" before a command.
Firs install gulp globally
$ sudo npm install -g gulp-cli
Install gulp in your working catalogue
$ sudo npm init -y
$ sudo npm install --save-dev gulp gulp-sass sass browser-sync
Run a command
$ gulp style
$ gulp watch