This is my project for building the website for my resume. The primary pieces of tech in use here other than HTML, CSS and JS are bootstrap for styling and chart.js for drawing the graphs depicting the career information.
- node and npm
- gulp as global
- browserify as global
Just clone and install the dependencies using npm install --production=false
- build: Just builds and puts the code into dist folder
- deploy: Deploys the code into a destination folder. For now you'll need to change the destination in the gulpfile. In the next version I'll provide a more configureable solution.
- default: The default task is a watch. Use it during development. It doesn't do a auto-reload though