- nodejs v10 or later
- yarn or npm
- Clone the repository
- Checkout to the root directory of the application
- Download all the required packages for the application by running -
yarn install or npm install
yarn install
// or
npm install
- To run the application
yarn build && yarn start
- checkout to the root directory of the app
- run
yarn test