-
Close this repository to your local machine with the below command.
git clone git://github.com/nirmalkc/bootstrap-sass-starter-theme
Note: You must have git installed in your machine.
-
Open the
package.json
file and change your project name, author and repository."name": "Your project name", "version": "0.0.0", "description": "Add your project description here",
-
Open command prompt and go to the cloned folder and run
setup.bat
file, this will install all the required packages to your project. -
Run
grunt
. This create a new folder calledapp
and initialize all project files into this folder.The folder
app
will contain all the deliverables of your project.