Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/royrakesh/bootstrap-ecommerce
https://github.com/royrakesh/bootstrap-ecommerce
bootstrap3 browsersync ecommece grunt scss-framework yarn
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/royrakesh/bootstrap-ecommerce
- Owner: royrakesh
- License: mit
- Created: 2017-07-24T05:11:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T17:06:51.000Z (about 2 years ago)
- Last Synced: 2024-04-15T08:10:25.622Z (9 months ago)
- Topics: bootstrap3, browsersync, ecommece, grunt, scss-framework, yarn
- Language: SCSS
- Size: 4.8 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
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` 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
* 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 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.
[Bootstrap Paper]: https://bootswatch.com/paper/
[bootstrap-sass (3.3.7)]: https://github.com/twbs/bootstrap-sass
[Flaticon]: https://www.flaticon.com/
[Font Awesome]: http://fontawesome.io/
[Hover.css]: http://ianlunn.github.io/Hover/
[Jquery 3.2.1]: https://www.npmjs.com/package/jquery
[Laragon]: http://laragon.org/