Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 377 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 377 Bytes

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