Getting started
Silicon template you are currently viewing is a Bootstrap 5, Python 3 and Django v5 Template
Prerequisites
Make sure you are familiar with the following technologies before purchasing Silicon HTML (Bootstrap 5) Template:
- HTML / CSS / JS (required)
- Bootstrap 5 (required)
- Sass / Scss (highly recommended). It's much easier to customize the template using Scss variables than find and replace code in CSS file.
- Node.js
-
Gulp
npm install -g gulp
- Bun / Yarn / Npm
Bun -
npm i -g bun
orsudo npm i -g bun
Yarn -
npm i -g yarn
orsudo npm i -g yarn
Npm - comes preinstalled with Node.js
- Python
For Windows
- Download python from windows store
- Select the Python's version to download
- Click on the Install Now
For Linux
sudo apt update
sudo apt install python3
- Virtual Environment
For Windows -
py -m pip install --user virtualenv
For Linux -
python3 -m pip install --user virtualenv