Example 1
1- create
hifolder in/core/importfolder2- put hi library code from https://github.com/AmmarBasha2011/hi to
/core/import/hifolder3- open
/core/import/package.json4- add this line:
{
"dependencies": {
"hi": "https://github.com/AmmarBasha2011/hi"
}
}Last updated