Clone this module and install dependencies using Yarn
yarn
Then start the development server
yarn start
You can obtain the preconfigured http client by calling the useHttpContext
hook.
There are also useGet
and usePostStatus
available in ./api
for making simple requests.
This project uses react-i18next for localization. The translations are in ./i18n/th
.