Feel free to clone and reuse any code with a mention to me if it really helped you out.
Do not use any of the visuals on this site at all. This is a portfolio piece in itself wide open for evaluation but not to steal.
Repo for my porfolio website which in itself is a portfolio entry
- Open 3 terminals
- Terminal 1: run
$ gulp - Terminal 2: run
$ npm run build - Terminal 3: run
$ npm run serve
and off you go.
- Gulp
- gulp-twig
- Webpack / Babel / ES6
- axios
- Testing
- Eslint
- Jest
- jqlite
- Greensock
Currently used for pulling the site data and generating the portfolio page templates. These landing pages then hook up with the Javascript and continue as a single page application.
Used for generating all of the lovely code
ESlint
is used for code format checking
$ npm lint
jest
Currently creating the tests using the amazingly simple Jest
$ npm test
Just need that connection with jQuery mannnnnnn :-P
Never used it before but it worked out very nicely for the basic slide in of the peekaboo code and has it's own callback / promises so I don't need to use the Animate start finished methods I created.
My next project will be animating the logo which in flash would be very easy but in the world of none flash the world of aching (balls / overies) prevails.