Environment Setup

Setup the React development environment

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 https://nodejs.org/en/

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://yarnpkg.com/

Last updated