/strings-desktop

🔮🪐 | Client

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

Strings

Electron desktop application for my Strings application using React and TypeScript.

Run

Start the backend application.

With node installed (built with v16.15.1), run:

npm i && npm start

or with yarn:

yarn install & yarn start

Source Code

The React application can be found under src/react