Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.

iondrimba/portfolio

Repository files navigation

Portfolio (PWA)

Travis build status Build status

Installation

$ git clone https://github.com/iondrimba/portfolio.git
$ cd portfolio
$ npm install

$ gulp

TODO:

  • Write tests

Features:

  • Router system with pushstate (page.js)
  • Templating engine (handlebars.js)
  • Module system RequireJs

In order to test if Pushstate is working you have to host it on apache so it can reads the .htaccess file

Includes:

  • BrowserSync
  • RequireJs
  • Sass
  • NoJquery
  • Uglify
  • Watch
  • CSSMin
  • Offline support (Service Workes)

Gulp Tasks:

  • gulp (default)
  • gulp prod