• To run this prject the system need to install
    • NodeJS: https://nodejs.org/en/ (Recommended version is 12.19.0 LTS)
    • Yarn (Recommended): To install yarn using command: npm install yarn --global
  • Install dependency before run this project: yarn install or npm install
  • To run this project: yarn start or npm start

Thanks.