YODA Documentation
  • ✶ React Version
    • Introduction
    • Installation
    • Folder Structure & Layout
    • Customization
    • Routing & Navigation
  • ✶ Vue Version
    • Introduction
    • Installation
    • Folder Structure & Layout
    • Customization
    • Routing & Navigation
  • ✶ HTML Version
    • Introduction
    • Installation
    • Folder Structure & Layout
    • Customization
  • ✶ Figma Version
    • Introduction
    • Resources & Credits
    • Discover Yoda Styles
    • Edit Styles
    • Layout & Grid
    • Change Components
  • Change Log
Powered by GitBook
On this page
  1. ✶ HTML Version

Installation

How to setup Yoda?

Getting Started

Before starting the project you have to install some tools. It can be able to extract for sass and js file.

Node JS

First, we have to install Node JS.

Be aware to install the 14.17.1 LTS Recommended version.

After installing Node Js, unzip the zip file you have download from ThemeForest.

Let's Install

After you installed Node successfully we can install npm/yarn

Yarn package manager is recommended

# For Yarn
yarn install

# For npm
npm install

After you successfully install npm you can start the project with the code below. Next, You must install gulp-cli

# For Yarn
yarn global add gulp-cli

# For Npm
npm install -g gulp-cli

You can build your project with the code below.

gulp

PreviousIntroductionNextFolder Structure & Layout

Last updated 2 years ago