Skip to content

jhoffner/developer-resume

Repository files navigation

Developer Resume

This is my personal interactive resume, built so that it can be forked and used by others.

No fancy generators, just clone this repo and build your app on top of it.

Package

  • Uses AngularJS, Bower, Gulp, Jade, Sass (with sourcemaps), browserSync.
  • Respects angularjs-styleguide.

Setup

  • $ git clone https://github.com/jhoffner/developer-resume
  • $ npm install
  • $ npm install -g bower gulp
  • $ gem install sass
  • $ gulp

Access your awesome app in build/dev.

Deployment

Run $ gulp dist for the production ready code in build/dist.

TODO

  • Add a config file
  • Add unit tests
  • Add user signup/signin service
  • Use Angular controllerAs
  • Add yeoman generator

Contributing

I'm open for contributions via pull-requests, and please open an issue for anything you don't like.