They are exclusively designed to help out websites with professionally designed templates.
Documentation
- Created on: 03 Jan 2023
- Developed by: DreamGuy's Technologies
- Support via email: support@dreamguystech.com
- Support via Themeforest: Take me there
1. OVERVIEW
Dream Pos provides a multiple on-demand serice based utility-first CSS framework TailwindCSS 3+ html template.
1. 1. Features
- Creative Design: Dream Pos is a bold theme that organizing content to follow natural eyes, striking balance between beautiful and visual hierarchy.
- Fully Responsive: The theme passed Mobile-Friendly Test – by Google. We also tested carefully the theme on almost devices: laptop, tablet, and phone. All elements are 100% responsive and ready for all devices.
- Pixel Perfect Design
- Product Carousel: Option to showcase products as carousel.
- Color & Fonts is easily changed
- Customer Reviews, Customer accounts, Compare Products, Grid & List layout, product fillter
- Newsletter, Social Sharing
- W3C Validated Code
- TailwindCSS 3+ used
- Compatible Browsers: IE8+, Firefox, Safari, Opera, Edge, Chrome
- Dream Pos offers you the best template created by the latest version of HTML and TailwindCSS with super responsive web design.
1. 2. Installation Guide
- After unzipping Template Files, you will find our product Pos->HTML(Source code), Documentationin the following Main Files folder.
- Open HTML folder, copy all files and paste in your localhost or server root folder. Now you can run this Template in any web browser from your PC or Laptop.
For example:
localhost/DreamPos/index.html or www.example.com/index.html
TailwindCSS
- Step1: Install Node.js
- Step2: Initialize NPM
- Step3: npm install -D tailwindcss & npx tailwindcss init
- Step4: Write Tailwind CLI build process Command (npx tailwindcss -i ./assets/css/tailwind.css -o ./dist/tailwind-dist.css --watch)
- Step5: Run the Script (npm run build)
Install Node.js
Node.js is a run-time environment which includes everything you need to execute a program written in JavaScript. It’s used for running scripts on the server to render content before it is delivered to a web browser. In a web browser, navigate to https://nodejs.org/en/download/..
Update Your NPM
Npm is the package for JavaScript and the world's largest software registry. Npm is a separate project from node.js, and tends to update more drequently. As a result, even if uou've just downloaded Node.js (and therefore npm), you'll probably need to update your npm.
npm install --global npm@latest
Install all dependencies
If you want to update or develop this theme, you need to install all dependencies by running:
npm install
Install TailwindCSS
If you use Node.js, you can also install TailwindCSS using npm by running
npm install -D tailwindcss
npx tailwindcss init
Main Tailwind CSS file are located in dist/ folder.
In "scss/base" folder you will find basic, global files with styles for the entire project, namely:
1. 3. Requirements
Working with our Dreams POS product, before going to edit all the HTML, TailwindCSS and JS files you will need a text editor Visual Studio Code (recommended) especially for TailwindCSS.
The reason behind this is "IntelliSense for VS Code" The official Tailwind CSS IntelliSense extension for Visual Studio Code enhances the Tailwind development experience by providing users with advanced features such as autocomplete, syntax highlighting, and linting.
2. STRUCTURE
2. 1. File Structure
Extract the zip file you received after purchase and you would find the exact below files and folders:
dreams-pos/ │ └── tailwind/ │ └── dist/ /tailwind-dist.css │ └── assets/ │ └── css/ │ └── fonts/ │ └── img/ │ └── js/ │ └── plugins/ /index.html /rest of the html pages │ └── documentation/
2. 2. HTML Structure
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
<title>Dreams Pos | Template</title>
<link rel="shortcut icon" href="assets/img/favicon.png">
<link rel="stylesheet" href="assets/plugins/fontawesome/css/fontawesome.min.css">
<link rel="stylesheet" href="assets/plugins/fontawesome/css/all.min.css">
<link rel="stylesheet" href="assets/css/flowbite.min.css">
<link rel="stylesheet" href="assets/css/index.min.css">
<link rel="stylesheet" href="dist/tailwind-dist.css">
</head>
<body>
<div class="main-wrapper">
<div class="header">
</div>
<div class="sidebar">
</div>
<div class="page-wrapper>
</div>
</div>
<script src="assets/js/jquery-3.6.0.min.js"></script>
<script src="assets/plugins/select2/js/select2.min.js"></script>
<script src="assets/plugins/owlcarousel/owl.carousel.min.js"></script>
<script src="assets/js/flowbite.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>
2. 3. CSS Structure
How to change Logo ?
You can change the logo or replace it from img folder or you can edit it from HTML file.
<div class="navbar-header">
<a href="index.html" div class="logo">
<img src="assets/img/logo.png class="mx-auto" alt="logo">
<a>
</div>
How to change Google Font ?
Go to scss folder and find base folder open typography.scss. Here we have the default font family 'Poppins', sans-serif
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700&display=swap');
2. 4. Javascripts
We have used this javascript for this template. You can customize the scripts.js
<script src="assets/js/jquery-3.6.0.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/plugins/select2/js/select2.min.js"></script>
<script src="assets/plugins/owlcarousel/owl.carousel.min.js"></script>
<script src="assets/js/flowbite.js"></script>
<script src="assets/js/script.js"></script>
3. CREDITS
We've used the following resources as listed. These are some awesome creation and we are thankful to the community.
4. SUPPORT
If you have any queries please contact us through email: support@dreamguystech.com
5. THANK YOU
Thank you so much for using this template
Dreamguy's Technologies Pvt Ltd,