Custom template using elements of HTML5 boilerplate + Joel Longie Gulp.js Build system https://www.youtube.com/watch?v=LmdT2zhFmn4
- Clone this repo.
git clone https://github.com/designodactyl/_template.git
-
Rename _template folder to your project name.
-
Create new git repo at https://github.com
-
Copy your new repo URL.
-
Set the cloned _template repo to push to your new repo.
git remote set-url origin https://github.com/designodactyl/NEW PROJECT NAME.git
- Now run
Gulp
- Check everything is working.
atom index.html [edit and page should auto update]
ctrl + c [exit gulp]
- 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.