mirror of
https://github.com/JakeStanger/mpd-search.git
synced 2026-07-11 09:15:39 +01:00
Electron-based MPD library search
- TypeScript 61.4%
- JavaScript 34.5%
- SCSS 3.3%
- HTML 0.8%
| .idea | ||
| electron | ||
| src | ||
| tests | ||
| webpack | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierrc | ||
| .stylelintrc | ||
| babel.config.js | ||
| commitlint.config.js | ||
| index.html | ||
| jest.config.js | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| yarn.lock | ||
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 😃.