royrakesh / bootstrap-ecommerce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap Ecommerce Template Using Paper theme

This template is build with Bootstrap Paper theme and bootstrap-sass (3.3.7)

Installation

  • Using Git git clone https://github.com/royrakesh/bootstrap-ecommerce.git
  • Using Composer composer create-project royrakesh/bootstrap-ecommerce

Installation for development

  • First clone the repository, after cloning the repository run npm install or yarn install
  • Change the url of browser sync (in gruntfile.js) then just run grunt to start the server
  • Sass files are available for development

Credits

Known Issue

  • The browserSync only works with host name (like yourhost.dev ), simple localhost not going to work so if you have Laragon (which automatically create a hostname on project creation ) then you can use browserSync or you just have to comment the part in gruntfile.js file and remove it from grunt.registerTask('default', ['copy', 'sass', 'uglify', 'browserSync', 'watch']); here.

About

License:MIT License


Languages

Language:SCSS 50.8%Language:PHP 39.1%Language:Hack 5.1%Language:JavaScript 4.4%Language:CSS 0.6%