- To run locally
yarn dev
- To build locally
yarn build
- When updating a version, update the version number in
package.json
andApp.js
- To build to auto-update electron,
yarn build -p always
then publish build from Github - Add
.env
file withREACT_APP_ADMIN_KEY=Basic xxx
for admin API Key - Add
.env
file withREACT_APP_API_URL=https://xxx.com
for admin API Key - Fetch request uses FreshService v1 API
- Put and Post requests use FreshService v2 API
For more information on the technologies used, please see the below links
React JS
react-icons
react-materialize
Electron JS
electron-builder
electron-log
electron-is-dev
electron-updater