Skip to content

smager/bootstrapsmile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to BootstrapSmile

Customized Templates for bootstrap

Prerequisites:

  • nodejs
  • bower
  • grunt-cli
windows:

download and install nodejs : https://nodejs.org/download/

command line: npm install bower -g npm install grunt-cli -g

linux: $ sudo apt-get update $ sudo apt-get install nodejs
$ sudo npm install bower -g $ sudo npm install grunt-cli -g $ sudo apt-get install nodejs-legacy

To generate distribution template packages use the command line below:

1.> npm install ( To install node_modules dependencies required on the package.json)
2.> grunt 

Source Template:

.
`--themes
   |--less(source)
   |  `--{Theme}
   |  `--{Theme}
   |  `--{Theme}
   `--templates
      `--index_template.html

To add theme or edit default theme: themes-config.json

{
  "defaulTheme" : "theme1",
  "list": {
     "theme1":{}, "theme2":{},"theme3":{}
   }
}

About

templates for bootstrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published