React app for workflow

Workflow management web application in react.js

Software requirements

  1. NVM (link)

  2. Node.js LTS

    install using the following command

    nvm install v10.15.0
    
  3. yarn (link)

Setup Instructions

  1. Open terminal in the project directory

  2. Activate the node.js version installed using the following command

nvm use v10.15.0
  1. Install the required packages using the following command
yarn

Usage Instructions

Run the application using the following command:

yarn start

The application will automatically open up in a browser window or logon to localhost:3000

Demo Video

Video Link