Installation

How to setup Yoda?

Getting Started

Before starting the project you have to install some tools.

Node JS

First, we have to install Node JS.

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

# For Yarn
yarn install

# For npm
npm install

After you successfully install npm you can start the project with the code below.

# For Yarn
yarn start

# For Npm
npm start

When you run the command above, you will find a command in the console as

You can build your project with the code below.

Please note URL link might not have the same as above. If you have another URL please check the same URL as you see on your command in the console.

Last updated