Setup Development Envrionment

In order to kickstart the development of your web app with Wieldy , the very first thing you need to do is to setup a react development environment.

Following tools are needed to setup a react dev environment:

  • Node JS

    NodeJS works as a node package manager behind the scene. It is recommended to download and install the latest version of Node JS from its official site http://nodejs.org/

  • Yarn

    Download the latest version of the most loved dependency management tool for react applications from its official site https://yarnpkg.com and install it on your machine.