designodactyl / adamclarkecolour

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom template using elements of HTML5 boilerplate + Joel Longie Gulp.js Build system https://www.youtube.com/watch?v=LmdT2zhFmn4

  1. Clone this repo.
git clone https://github.com/designodactyl/_template.git
  1. Rename _template folder to your project name.

  2. Create new git repo at https://github.com

  3. Copy your new repo URL.

  4. Set the cloned _template repo to push to your new repo.

git remote set-url origin https://github.com/designodactyl/NEW PROJECT NAME.git
  1. Now run
Gulp
  1. Check everything is working.
  atom index.html  [edit and page should auto update]
  ctrl + c [exit gulp]
  1. Check Git is set up ok.
  atom readme.md [edit]
  git add .
  git commit -m “Git test“  
  git push

Note: "atom" can be replaced in the above code with any editor name.

About


Languages

Language:CSS 64.0%Language:JavaScript 18.3%Language:HTML 17.7%