Hello and thank you for purchasing this website template! Electro is the perfect high-quality solution for those who want a beautiful eCommerce website in no time. It‘s fully responsive and will adapt itself to any mobile device. iPad, iPhone, Android, it doesn‘t matter. Your content will always looks its absolute best. This documentation guides you through the main features of this template and shows you how to use and customize them. If you have any further questions just drop us a line to support@transvelo.freshdesk.com
Template images – with usage details (order of importance):
A guide to understanding how Electro is structured and organized.
Electro/
├── assets/
│ ├── css/
│ ├── fonts/
│ ├── img/
│ ├── js/
│ ├── scss/
│ ├── svg/
│ ├── vendor/
├── html/
│ ├── blog/
│ ├── home/
│ └── shop/
│── documentation/
html/
is the source for HTML pages and contains HTML templates, which you see in the online demo. These HTML files can be opened easily in any browser, imported to any project, or modified to suit your needs.
assets/
includes all the assets that are referenced in the HTML pages.
Precompiled versions of JavaScript and CSS files are generated in their respective assets/js/ and assets/css folders to support the self-contained 'static website'.
Below given folders are used in the template:
css
- CSS filesfonts
- Icon fonts filesimg
- Imagesjs
- JavaSscript filesscss
- Sass filessvg
- SVG filesvendor
- Third-party librariesElectro is based on Twitters popular front-end framework Bootstrap for fully flexible and responsive layouts. It also uses the latest web technology HTML5 for semantic content structuring and CSS3 for versatile and powerful styling options.
Read more about the used technology:
Gulp - this is the most recommended way of using Bootstrap templates.
Bootstrap Build responsive, mobile-first projects on the web with the world’s most popular front-end component library.
Learn how to use Electro's included npm scripts to automate your time-consuming tasks in your development workflow with Gulp toolkit.
Electro uses NPM scripts for its build system. Our package.json includes convenient methods for working with the framework, including compiling code, running tests, and more.
To use our build system and run our documentation locally, you'll need a copy of Electo's source files and Node. Follow these steps and you should be ready to rock:
/electro
directory and run npm install
to install our local dependencies listed in package.json
.When completed, you'll be able to run the various commands provided from the command line.
If you do not have Node installed already, you can get it by downloading the package installer from Node's website. Please download the stable version of Node.js (LTS) NOT the latest.
You need to have Node.js (Node) installed onto your computer before you can install Gulp. When you're done with installing Node, you can install Gulp by using the following command in the command line:
Please note, first Gulp should be installed globally and for that reason -g
command is used.
npm install gulp-cli -g
If you are using MacOS please use sudo keyword in the command because they need administrator rights to install Gulp globally.
gulp style
Now you can try making some changes to assets/include/scss/theme.scss
and save it.
Take advantage of the Electro's past, current and future updates, by learning how to create your own content without changing the core styles of Electro.
Add or change Electro typography with the following instructions.
$font-family-base
attribute as our typographic base applied to the <body>
in _user-variables.scss
file to change the current font family variable with yours.
$font-family-base: 'Open Sans', sans-serif;
<head>
before all other stylesheets. Like:
font-family
from <body>
in theme.css
tag with yours.