Skip to content

Latest commit

 

History

History
executable file
·
36 lines (25 loc) · 979 Bytes

README.md

File metadata and controls

executable file
·
36 lines (25 loc) · 979 Bytes

Really Simple Resumé

  • Static Template
  • Clean Design
  • Responsive Design
  • Single-Page Application
  • NPM, Bower, Gulp, AngularJS, Bootstrap, Sass
  • Prerender.io (using .htaccess)

Example

https://really-simple-resume.nandotess.com/

Install NPM

https://nodejs.org/en/

Install NPM modules

npm install

This will run the package.json file and download the list of modules to a "node_modules" folder in the template.

Install Bower modules

bower install

This will run the bower.json file and download the list of modules to a "bower_components" folder in the template.

Gulp Commands

gulp deploy

This will deploy all files inside "dist" folder in the template.

gulp server

This will deploy all files inside "dist" folder in the template, run server localhost and watch changes in "app" folder.

Replacements Required

  • .htaccess: @TODO-YOUR-REDIRECTS, @TODO-YOUR-PRERENDERIO-TOKEN, @TODO-YOUR-HOST
  • index.html: @TODO-YOUR-GA-CODE