This template is build with Bootstrap Paper theme and bootstrap-sass (3.3.7)
- Using Git
git clone https://github.com/royrakesh/bootstrap-ecommerce.git
- Using Composer
composer create-project royrakesh/bootstrap-ecommerce
- First clone the repository, after cloning the repository run
npm install
oryarn install
- Change the url of browser sync (in gruntfile.js) then just run
grunt
to start the server - Sass files are available for development
- Icon: Flaticon and Font Awesome
- Effects: Hover.css
- Js : Jquery 3.2.1
- 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 usebrowserSync
or you just have to comment the part ingruntfile.js
file and remove it fromgrunt.registerTask('default', ['copy', 'sass', 'uglify', 'browserSync', 'watch']);
here.