- Create new folder and clone this repo there in terminal/shell/bash
- cloning: git clone address_of_this_repo
- cloning creates a folder called bs-task. Go there, cd bs-task
- load linked apps: npm install
- load dependencies: bower install
- start automation: grunt serve
- There are two layout images in app/images. Choose one and implement that layout with Bootstrap
- First do the basic layout by using Bootstrap's grid system.
- Then add Navbars, buttons etc.
- Customize the colors, sizes etc to finalize the layout
- Check chapter Customize from Sitepoint
- Commit the finished task to your own GitHub account
- git remote set-url origin http://github.com/YOU/YOUR_REPO
- git add .
- git push