Skip to content

ptlergo/portfolio

Repository files navigation

portfolio

Codeship Status for ptlergo/portfolio [View Portfolio Page] (https://patrickfunom-portfolio.herokuapp.com/#/) Heroku link For Portfolio Site Built With Angular & Node. or [patrickfunom.com] (http://patrickfunom.com)

INSTALL

Install project dependencies

npm install

GLOBAL INSTALLS

Install these packages globally

BrowserSync

Small server, and live page reload of code changes across multiple browsers and devices.

npm install -g browser-sync

Gulp

Task manager. Using it for browser-sync static server, and watching sass file changes.

npm install gulp -g

Karma

Karma spawns a server and uses Jasmine to test app's behavior

npm install -g karma-cli jasmine-core karma-jasmine

Directives

Custom directives to enhance portfolio site

hamburger-icon

Menu icon created with css and animated with css

<div hamburger-icon></div>

carousel

ui.bootstrap carousel integrated.

<div carousel title=""></div>

RUN

Must have gulp installed globally to run successfully

gulp

UNIT TESTING

Testing angularjs with jasmine and karma.

karma