Jumbo React
Jumbo 6.x
Jumbo 6.x
  • Overview
  • Package Content
  • Installation and Setup
    • Environment Setup
    • Project Setup
  • Structure
    • Folder Structure
  • Layouts
    • Understanding Layouts
    • Pre-built Layouts
    • Create Custom Layout
  • Content Layout
    • Understanding Content Layout
  • Routes
    • Understanding Routes
    • Setup a New Route
    • Route Middleware
    • Create Route Middleware
  • Style Customization
    • Understanding Theme
    • Customize Theme
    • Dark Theme
    • Font Changes
  • How To
    • Apply RTL as default
    • Set RTL direction dynamically
    • Make sidebar menus dynamic
  • Auth Implementation
    • Auth Setting
    • Implement Login Form
Powered by GitBook
On this page
  • Install NodeJS
  • Install Yarn
  1. Installation and Setup

Environment Setup

Setup the React development environment

PreviousPackage ContentNextProject Setup

Last updated 2 years ago

In order to use or run Jumbo in your system, firstly, you have to set up the React environment in the system, Follow the following steps to make your system compatible with using Jumbo or any other React project.

Install NodeJS

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

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/