Fork some part of hms-widget-sdk
on branch name feature/sprint4
without containerize.
repository
|- app # <------------ main service
.
.
|- fake # <------------ in-memory mock data service
|- ...
`- README.md
# from root directory
$ cd fake
$ npm i
$ npm run dev
# from root directory
$ cd app
$ npm i
$ npm run dev
Enjoy the widget via
http://localhost:3000
MIT License