My Website
1 - Prepare the environment:
$ npm install -g gulp-cli
2 - Clone the project and install the dependencies:
$ git clone https://github.com/lucasjs/lucasjs.github.io
$ cd lucasjs.github.io
$ npm install
3 - Run static server and livereload:
$ gulp server
.
├── README.md
├── LICENSE.md
├── build/
├── src/
| ├── img/
| ├── js/
| | └── script.js
| ├── styles/
| | └── style.styl
| └── views
├── gulpfile.js
├── package.json
└── .gitignore