-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1cf9963
commit 2d471ed
Showing
1 changed file
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,19 @@ | ||
# Hello-World | ||
|
||
This component displays platform specific hello world message. | ||
This component displays a platform-specific hello world message. | ||
|
||
## Build and test the Code | ||
|
||
## Prerequisite: | ||
|
||
[Node.js](https://nodejs.org/en): It requires node.js version 18.x. | ||
1. Navigate to `./components/hello-world/` through Command Line | ||
2. Do installations using the following command: | ||
``` | ||
npm install | ||
``` | ||
3. Now build the code with the following command: | ||
``` | ||
npm run build | ||
``` | ||
4. To execute the test cases of this component run the associated command. | ||
``` | ||
npm run test | ||
``` |