iorrah / portfolio-minimalist

Homepage - Vanilla JS

Home Page:https://iorrah.github.io/portfolio-minimalist/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iorrah.com

This project consists of a simple webpage.

Installing

See below step by step series of examples that tell what you have to do to get the development envirornment running.

To install the NPM depencies:

npm install

And then to install the Bower depencies:

bower install

In order to automate the final dependencies structuration and boot the app, a gulpfile.js containing the most important tasks that this app require has been added so running the following is required:

gulp boot

Start the app

This can also be done through a Gulp task:

gulp watch

Deployment

In order to deploy the app into the master branch and push it to our remote git repository (hit enter after git remote -v for further references):

gulp deploy

Built with

About

Homepage - Vanilla JS

https://iorrah.github.io/portfolio-minimalist/


Languages

Language:JavaScript 53.7%Language:HTML 28.3%Language:CSS 18.0%