Environment Setup

In order to use or run Wieldy on your system, Firstly, you have to setup the React environment in the system, Follow the following steps to make your system compatible for using Wieldy 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 https://nodejs.org/en/

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

Last updated