Skip to content

orpheus/strings-desktop

Repository files navigation

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