willowtreeapps / Sweetgum.Client

Sweetgum assists in the development and testing of APIs and applications that utilize APIs.

Home Page:https://sweetgum.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sweetgum.Client

Sweetgum assists in the development and testing of APIs and applications that utilize APIs.

Install

Install the dependencies:

cd <project directory>
npm install

Usage

Both processes have to be started simultaneously in different console tabs:

npm run start-renderer-dev
npm run start-main-dev

This will start the application with hot-reload so you can instantly start developing your application.

You can also run do the following to start both in a single process:

npm run start-dev

Packaging

We use Electron builder to build and package the application. By default you can run the following to package for your current platform:

npm run dist

This will create a installer for your platform in the releases folder.

You can make builds for specific platforms (or multiple platforms) by using the options found here. E.g. building for all platforms (Windows, Mac, Linux):

npm run dist -- -mwl

About

Sweetgum assists in the development and testing of APIs and applications that utilize APIs.

https://sweetgum.app

License:MIT License


Languages

Language:TypeScript 58.8%Language:JavaScript 41.2%