#Start
Hey dude, why are you just looking?
Start your project on the right foot!
Inspired by HTML5 Boilerplate
- Node.js
- Bower
- LiveReload to reload your browser on modified files. Plugin avaible for Chrome and Firefox
- Download the latest release.
- Clone repo:
git clone git@github.com:hyanmandian/start.git
- Install with Bower:
bower install start
- Install gulp globally:
npm install -g gulp
- Install gulp plugins:
npm install
- Install bower dependencies:
bower install
I use gulp as a tool to automate tasks. Set up your folders and configure your FTP using var appConfig.
The following tasks:
gulp css
- To compile and minify the scssgulp js
- To concatenate, make a lint and minify the jsgulp img
- To optimize imagesgulp deploy
- To deploy using FTPgulp watch
- To execute tasks when scss, js and image files of dev folder are changed
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
- HTML5 Boilerplate
- Raphael Braun for the translation because my english sucks