1) Which Node Version using in Digit UI?
- We Are using Node Version - >=10
2) Required setup things?
- i) Install Vs Code -
VS Code Extension -
ii) Install Node JS -
iii) Install Postman - Postman is the tool we use to hit and test the APIs exposed by various services that we have. To install postman, follow the following links -
Postman for linux
3) How to install Yarn?
- Install Yarn -
npm install --global yarn yarn --version
Add Comment