Electron desktop application for my Strings
application using React and TypeScript.
Start the backend application.
With node installed (built with v16.15.1
), run:
npm i && npm start
or with yarn:
yarn install & yarn start
The React application can be found under src/react