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.
- Uses AngularJS, Bower, Gulp, Jade, Sass (with sourcemaps), browserSync.
- Respects angularjs-styleguide.
$ 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
.
Run $ gulp dist
for the production ready code in build/dist
.
- Add a config file
- Add unit tests
- Add user signup/signin service
- Use Angular controllerAs
- Add yeoman generator
I'm open for contributions via pull-requests, and please open an issue for anything you don't like.