/mlj-resume

resume

Primary LanguageLessMIT LicenseMIT

NODE

node 8.17.0

My Resume

Read resume data from a JSON file . resume online

Build

  1. Run npm install to install the dependencies.
  2. Fill your resume data in resume.json.
  3. Run gulp build to generate the static web page(dist/index.html).
  4. Run gulp server and visit http://localhost:9090 if you want to see it hosted locally(make sure the port 9090 is not taken).

Develop

  1. Make sure port 35729(for livereload) and 9090(for the local server) are available.
  2. Run gulp, then visit http://localhost:9090.
  3. Start development!

Publish

1.gulp build 2.gulp deploy