Jumbo React
  • Overview
  • Package Content
  • Installation and Setup
    • Environment Setup
    • Project Setup
  • Structure
    • Folder Structure
    • Layouts
  • Settings
    • Template Setting
    • Customizing Layout
      • Vertical Layout
      • Horizontal Layout
    • Updating Color Scheme
    • Setting Template Mode
    • RTL
    • Defining New Route
    • Adding New Language
  • Next js
    • Project Setup
    • Folder Structure
Powered by GitBook
On this page

Was this helpful?

  1. Installation and Setup

Environment Setup

PreviousPackage ContentNextProject Setup

Last updated 5 years ago

Was this helpful?

In order to use or run Jumbo in your system, Firstly, you have to setup the React environment in the system, Follow the following steps to make your system compatible for using Jumbo or any other React project.

1. Install Node.js

Node.js is a JavaScript run time built needed to run a React App. You can install the recommended version of Node.js from the official website

2. Install Yarn

Yarn is responsible for adding and installing all the dependencies required for running the React app on the system. You can install the latest version of Yarn from the official website

https://nodejs.org/en/
https://yarnpkg.com/