Demo Video - Library | Demo Video - Reading | Demo Video - AI Recaps
Based on Electron React Webpack Typescript template by @codesbiome
Books are stored at
%APPDATA%/bookord/Books(Windows)
Install dependencies using npm:
npm installTo develop and run your application, you need to run following command.
Start electron application for development :
npm run devRun storybook component tests or use deployed version
npm run storybookVitest unit tests
npm run testVitest unit tests with code coverage
npm run test-coverageCustomize and package your Electron app with OS-specific bundles (.app, .exe etc)
npm run packageMaking is a way of taking your packaged application and making platform specific distributables like DMG, EXE, or Flatpak files (amongst others).
npm run makePublishing is a way of taking the artifacts generated by the make command and sending them to a service somewhere for you to distribute or use as updates. (This could be your update server or an S3 bucket)
npm run publish




