Skip to content

Commit adeac31

Browse files
committed
update dependencies
1 parent b8843aa commit adeac31

30 files changed

+273
-593
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
MIT License
1+
The MIT License (MIT)
22

3-
Copyright (c) 2020 Themefisher
3+
Copyright (c) 2016 - Present, Themefisher
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 55 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Classimax By Themefisher
2-
Here we are offering Classimax, is the most popular free Bootstrap classified website template ever created. It has been downloaded over 11500+ times and based on it has created loads of websites. It comes with highly responsive design. You will get it completely free and documented!
32

3+
Here we are offering Classimax, the most popular free Bootstrap classified website template ever created. It has been downloaded over 11500+ times and based on it has created loads of websites. It comes with a highly responsive design. You will get it completely free and documented!
44

55
<!-- demo -->
66
## Example Site
7+
78
| [![](screenshots/homepage.png)](https://demo.themefisher.com/classimax/) | [![](screenshots/about.png)](https://demo.themefisher.com/classimax/about.html) | [![](screenshots/listing.png)](https://demo.themefisher.com/classimax/category.html) |
89
|:---:|:---:|:---:|
910
| **Homepage** | **About** | **Category** |
@@ -14,6 +15,7 @@ Here we are offering Classimax, is the most popular free Bootstrap classified we
1415

1516
<!-- pages -->
1617
## Pages
18+
1719
* **Homepage**
1820
* **404**
1921
* **About Us**
@@ -36,72 +38,91 @@ Here we are offering Classimax, is the most popular free Bootstrap classified we
3638
* **Terms Condition**
3739
* **Contact**
3840

39-
4041
<!-- download -->
4142
## Download And installation
42-
Download this template from any following options:
43-
44-
* Download from [Github](https://github.com/themefisher/Classimax-Classified-Marketplace-Template/archive/master.zip)
45-
* Clone the repository: `git clone https://github.com/themefisher/Classimax-Classified-Marketplace-Template.git`
46-
* Download from [Themefisher](https://themefisher.com/products/classimax-bootstrap-classified-responsive-theme/)
4743

44+
Download this template from [Github](https://github.com/themefisher/classimax/archive/main.zip)
4845

4946
<!-- installation -->
50-
### Basic Usage
51-
After downloading template, you can simply edit the HTML and CSS files from the `builds` folder. To preview the changes you make to the code, you can open the index.html file in your web browser.
47+
### Basic Usages
48+
49+
After downloading the template, you can simply edit the HTML and CSS files from the `theme` folder. To preview the changes you make to the code, you can open the index.html file in your web browser.
5250

5351
### Advanced Usage
54-
For advanced usage you have some dependencies to install. Then you can run it on your localhost. You can view the package.json file to see which scripts are included.
5552

56-
#### Install Dependencies
53+
For advanced usage, you have some prerequisites to install. Then you can run it on your localhost. You can view the package.json file to see which scripts are included.
54+
55+
#### Install prerequisites (once for a machine)
56+
5757
* **Node Installation:** [Install node js](https://nodejs.org/en/download/)
58-
* **Gulp Installation:** Install gulp globally from your terminal
58+
* **Gulp Installation:** Install gulp globally from your terminal
59+
5960
```
6061
npm install --global gulp-cli
6162
```
62-
Or visit original [docs](https://gulpjs.com/docs/en/getting-started/quick-start)
6363

64-
#### Run Theme
65-
After succesfully install those dependencies, open this theme with any IDE [[VS Code](https://code.visualstudio.com/) recommended], and then open internal terminal of IDM [vs code shortcut <code>ctrl/cmd+\`</code>]
64+
Or visit the original [Gulp docs](https://gulpjs.com/docs/en/getting-started/quick-start)
65+
66+
#### Local setup
67+
68+
After successfully installing those dependencies, open this theme with any IDE [[VS Code](https://code.visualstudio.com/) recommended], and then open the internal terminal of IDM [vs code shortcut <code>ctrl/cmd+\`</code>]
69+
70+
* Install dependencies
6671

67-
* Install node package modules
6872
```
6973
npm install
7074
```
71-
* Run gulp
75+
76+
* Run locally
77+
78+
```
79+
npm run dev
7280
```
73-
gulp
81+
82+
After that, it will open up a preview of the template in your default browser, watch for changes to source files, and live reload the browser when changes are saved.
83+
84+
#### Production Build
85+
86+
After finishing all the customization, you can create a production build by running this command.
87+
88+
```
89+
npm run build
7490
```
75-
After that, it will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved.
7691

77-
👉🏻 [visit documentation](https://docs.themefisher.com/classimax/)
92+
Now you get a `theme` folder that has all the changes you have made. you can use this folder as your main theme.
7893

94+
👉🏻 [visit documentation](https://docs.themefisher.com/classimax/)
7995

8096
<!-- reporting issue -->
8197
## Reporting Issues
82-
We use GitHub Issues as the official bug tracker for the Classimax Template. Please Search [existing issues](https://github.com/themefisher/Classimax-Classified-Marketplace-Template/issues). It’s possible someone has already reported the same problem.
83-
If your problem or idea has not been addressed yet, feel free to [open a new issue](https://github.com/themefisher/Classimax-Classified-Marketplace-Template/issues).
98+
99+
We use GitHub Issues as the official bug tracker for the Classimax Template. Please Search [existing issues](https://github.com/themefisher/classimax/issues). It’s possible someone has already reported the same problem.
100+
If your problem or idea has not been addressed yet, feel free to [open a new issue](https://github.com/themefisher/classimax/issues).
84101

85102
<!-- support -->
86103
## Technical Support or Questions (Paid)
104+
87105
If you have questions or need help integrating the product please [contact us](mailto:[email protected]) instead of opening an issue.
88106

89107
<!-- licence -->
90108
## License
91-
Copyright &copy; 2021 Designed & Developed by [Themefisher](https://themefisher.com)
92109

93-
**Code License:** Released under the [MIT](https://github.com/themefisher/Classimax-Classified-Marketplace-Template/blob/master/LICENSE) license.
110+
Copyright (c) 2016 - Present, Designed & Developed by [Themefisher](https://themefisher.com)
94111

95-
**Image license:** The images are only for demonstration purposes. They have their own licence, we don't have permission to share those image.
112+
**Code License:** Released under the [MIT](https://github.com/themefisher/classimax/blob/main/LICENSE) license.
113+
114+
**Image license:** The images are only for demonstration purposes. They have their license, we don't have permission to share those images.
96115

97116
<!-- resources -->
98117
## Resources
99-
Some third-party plugins that we used to build this template. Please check their licence.
100-
* **Bootstrap v4.5**: https://getbootstrap.com/docs/4.5/getting-started/introduction/
101-
* **Jquery v3.5.1**: https://jquery.com/download/
102-
* **Google Fonts**: http://fonts.google.com/
103-
* **Font Awesome Free**: https://fontawesome.com/
104-
* **Nice Select**: https://jqueryniceselect.hernansartorio.com/
105-
* **Slick**: https://kenwheeler.github.io/slick/
106-
* **Raty-Fa**: https://github.com/Jacob87/raty-fa
107-
* **Tether**: http://tether.io/
118+
119+
Some third-party plugins that we used to build this template. Please check their license.
120+
121+
* **Bootstrap v4.5**: <https://getbootstrap.com/docs/4.5/getting-started/introduction/>
122+
* **Jquery v3.5.1**: <https://jquery.com/download/>
123+
* **Google Fonts**: <http://fonts.google.com/>
124+
* **Font Awesome Free**: <https://fontawesome.com/>
125+
* **Nice Select**: <https://jqueryniceselect.hernansartorio.com/>
126+
* **Slick**: <https://kenwheeler.github.io/slick/>
127+
* **Raty-Fa**: <https://github.com/Jacob87/raty-fa>
128+
* **Tether**: <http://tether.io/>

0 commit comments

Comments
 (0)