Electron-based MPD library search
  • TypeScript 61.4%
  • JavaScript 34.5%
  • SCSS 3.3%
  • HTML 0.8%
Find a file
2020-10-23 22:19:11 +01:00
.idea chore: initial commit 2020-10-23 22:19:11 +01:00
electron chore: initial commit 2020-10-23 22:19:11 +01:00
src chore: initial commit 2020-10-23 22:19:11 +01:00
tests test(setuptests.ts): created setupTests.ts to use jest-dom globally 2020-07-06 12:39:48 +09:00
webpack chore: initial commit 2020-10-23 22:19:11 +01:00
.eslintignore Initial Commit 2020-06-28 19:01:36 -03:00
.eslintrc.js chore: initial commit 2020-10-23 22:19:11 +01:00
.gitignore feat(.gitignore): adding packages to gitignore 2020-07-06 21:31:48 -03:00
.prettierrc chore: initial commit 2020-10-23 22:19:11 +01:00
.stylelintrc chore: initial commit 2020-10-23 22:19:11 +01:00
babel.config.js Initial Commit 2020-06-28 19:01:36 -03:00
commitlint.config.js chore(yarn-error.log): removing file 2020-07-04 00:02:25 -03:00
index.html chore: initial commit 2020-10-23 22:19:11 +01:00
jest.config.js test(setuptests.ts): created setupTests.ts to use jest-dom globally 2020-07-06 12:39:48 +09:00
package.json chore: initial commit 2020-10-23 22:19:11 +01:00
README.md docs(readme): update README 2020-07-06 21:56:25 -03:00
tsconfig.json Initial Commit 2020-06-28 19:01:36 -03:00
yarn.lock chore: initial commit 2020-10-23 22:19:11 +01:00

Electron + TypeScript + React

Boilerplate for a project using Electron, React and Typescript

Installation

Use a package manager of your choice (npm, yarn, etc.) in order to install all dependencies

npm install
yarn install

Usage

In order to run this project 2 scripts will need to be executed dev:react and dev:electron, run each one in a different terminal and always run dev:react before dev:electron, or dev to run them in order automatically

npm run dev:react
npm run dev:electron

or

npm run dev

Packaging

To generate a project package run package

npm run package

Contributing

Pull requests are always welcome 😃.

License

MIT