royrakesh / bootstrap-ecommerce
Bootstrap Ecommerce Template Using Paper theme ,This template is build with Bootstrap Paper theme and bootstrap-sass (3.3.7)
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 4
Open Issues: 11
Language:SCSS
Type:project
Requires
- php: >=5.6.4
- dev-master
- v1.1.0
- v1.0.2
- v1.0.1
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/engine.io-and-browser-sync-6.2.1
- dev-dependabot/npm_and_yarn/socket.io-parser-and-browser-sync-4.2.1
- dev-dependabot/npm_and_yarn/grunt-1.5.3
- dev-dependabot/npm_and_yarn/minimist-1.2.6
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/glob-parent-5.1.2
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/ua-parser-js-0.7.28
- dev-dependabot/npm_and_yarn/y18n-4.0.1
- dev-dependabot/npm_and_yarn/bl-1.2.3
This package is not auto-updated.
Last update: 2025-06-14 01:54:51 UTC
README
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
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
Credits
- Icon: Flaticon and Font Awesome
- Effects: Hover.css
- Js : Jquery 3.2.1
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 usebrowserSync
or you just have to comment the part ingruntfile.js
file and remove it fromgrunt.registerTask('default', ['copy', 'sass', 'uglify', 'browserSync', 'watch']);
here.