# electron-typescript-react **Repository Path**: EEEEEZ/electron-typescript-react ## Basic Information - **Project Name**: electron-typescript-react - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 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 ```bash npm install ``` ```bash 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 ```bash npm run dev:react ``` ```bash npm run dev:electron ``` or ```bash npm run dev ``` ## Packaging To generate a project package run `package` ```bash npm run package ``` ## Contributing Pull requests are always welcome 😃. ## License [MIT](https://choosealicense.com/licenses/mit/)