The Shig Web Client is the official and reliable frontend of the Shig Federative Service, making access simple and efficient.
npm install
npm startNavigate to http://localhost:4200/.
The web client essentially serves as a frontend for a Shig instance; therefore, it requires one.
Please clone and run the Shig service project. https://github.com/shigde/shig
Now you can lunch the Shig Web Client
git clone https://github.com/shigde/shig-js-sdk.git
cd shig-js-sdk
npm run watch
cd dist/core
npm linkThe Shig WebClient is a good place to develop the SDK as well. To set up a develop environment for the SDK fallow the next steps.
cd web-client
npm i @shigde/core
npm startHave Fun!