electron-react-ts
electron-react-ts copied to clipboard
An Electron boilerplate with hot reloading for React and TypeScript.
electron-react-ts
An Electron boilerplate with hot reloading for React and TypeScript.
:green_book: Usage
$ git clone https://github.com/sprout2000/electron-react-ts.git
$ cd electron-react-ts
$ npm install
# on development
$ npm run dev
# on production
$ npm run build && npm run package
If you want to clone the branch with Jest and Testing Library:
$ git clone https://github.com/sprout2000/electron-react-esbuild.git -b jest
# run the unit test
$ npm test
NOTE: You will need to have Node.js and Git installed.
:copyright: Copyright
Copyright (c) 2021 sprout2000