This component displays a platform-specific hello world message.
- Navigate to
./components/hello-world/
through Command Line - Do installations using the following command:
npm install
- Now build the code with the following command:
npm run build
- To execute the test cases of this component run the associated command.
npm run test