Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 601 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 601 Bytes

Bootstrap Less

This project is a base for Bootstrap less projects

Installation

  • Clone this project or Download that ZIP file
  • Make sure you have bower, grunt-cli and npm installed globally
  • Also yo should be installed globally: npm install -g yo
  • On the command prompt run the following commands
  • cd project-directory
  • npm install
  • bower install
  • grunt serve - for preview
  • grunt - for building

Automation tools