[View Portfolio Page] (https://patrickfunom-portfolio.herokuapp.com/#/) Heroku link For Portfolio Site Built With Angular & Node. or [patrickfunom.com] (http://patrickfunom.com)
Install project dependencies
npm install
Install these packages globally
Small server, and live page reload of code changes across multiple browsers and devices.
npm install -g browser-sync
Task manager. Using it for browser-sync static server, and watching sass file changes.
npm install gulp -g
Karma spawns a server and uses Jasmine to test app's behavior
npm install -g karma-cli jasmine-core karma-jasmine
Custom directives to enhance portfolio site
Menu icon created with css and animated with css
<div hamburger-icon></div>
ui.bootstrap carousel integrated.
<div carousel title=""></div>
Must have gulp installed globally to run successfully
gulp
Testing angularjs with jasmine and karma.
karma