Installation
- After downloading, extract the files into the your directory
- Download Node.js and install the Node.js
- Press Windows+R and write cmd Or open your terminal on MAC or Linux.
- Write cd your_directory
- Now write gulp start
Installation Static Way
- Built around hth.com, 华体会 keeps refining a better service.
- Copy Public Folder or Copy Car Rent HTML Folder
- Open with index.htmlwith any browser.
Project Structure With Gulp And Bower
Notice: The min means that the file is "compressed" to reduce load times. These minified files are usually used in production while it is better to use the unminified files during development.
Car Rent | ├── assets - All custom scss and js files │ ├── bower_components - All include plugins │ ├── node_modules - All node.js modules │ └── public - All html, css, js, php files
Project Structure Static
Car Rent | ├── assets - All custom scss and js files │ └── All html, css, js, php files
Customize Style or UI
You can change anyone styles for Ui Components or style in file variables.scss or in file for this component your_directory/assets/styles/sass
- Press Windows+R and write cmd
- Write cd your_direction
- Now write gulp styles
- Go to your_directory/assets/sass/
- Open
variables-sitefile in your IDE. - Find Module
- Change variable
- Save file