You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
3
2
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!
@@ -14,6 +15,7 @@ Here we are offering Classimax, is the most popular free Bootstrap classified we
14
15
15
16
<!-- pages -->
16
17
## Pages
18
+
17
19
***Homepage**
18
20
***404**
19
21
***About Us**
@@ -36,72 +38,91 @@ Here we are offering Classimax, is the most popular free Bootstrap classified we
36
38
***Terms Condition**
37
39
***Contact**
38
40
39
-
40
41
<!-- download -->
41
42
## 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/)
47
43
44
+
Download this template from [Github](https://github.com/themefisher/classimax/archive/main.zip)
48
45
49
46
<!-- 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.
52
50
53
51
### 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.
55
52
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.
***Gulp Installation:** Install gulp globally from your terminal
58
+
***Gulp Installation:** Install gulp globally from your terminal
59
+
59
60
```
60
61
npm install --global gulp-cli
61
62
```
62
-
Or visit original [docs](https://gulpjs.com/docs/en/getting-started/quick-start)
63
63
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
66
71
67
-
* Install node package modules
68
72
```
69
73
npm install
70
74
```
71
-
* Run gulp
75
+
76
+
* Run locally
77
+
78
+
```
79
+
npm run dev
72
80
```
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
74
90
```
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.
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).
84
101
85
102
<!-- support -->
86
103
## Technical Support or Questions (Paid)
104
+
87
105
If you have questions or need help integrating the product please [contact us](mailto:[email protected]) instead of opening an issue.
0 commit comments