Read resume data from a JSON file . resume online
- Run
npm install
to install the dependencies. - Fill your resume data in
resume.json
. - Run
gulp build
to generate the static web page(dist/index.html
). - Run
gulp server
and visithttp://localhost:9090
if you want to see it hosted locally(make sure the port 9090 is not taken).
- Make sure port 35729(for livereload) and 9090(for the local server) are available.
- Run
gulp
, then visithttp://localhost:9090
. - Start development!