Run Essenvia Task React App

Initial Setup

Install Node and NPM

Follow this guide to install node and npm.

If you prefer yarn over npm you may install yarn via this link

Setup environment variables

Rename .env.tech to .env and if you are running your API on different port other than 8000 then you might need to update it.

If using npm

npm install
npm start

If using yarn

yarn
yarn start

The react app will start and it will open in your browser window.

In order to run the app, you must also have your API Server running on the port specified in the .env file. Checkout the repo of API and setup it following the README.md file in the repo.