create react app, antdesign and electron app boilerplate
Make sure that you have node and yarn installed.
1- Clone this repository using
git clone https://github.com/furkanyilmazx/cra-antd-electron-boilerplate.git
2- Go to project folder with
cd cra-antd-electron-boilerplate
3- Install modules with
npm install
4- Start project with
yarn start
5- Build project with
yarn build
6- Release project with
yarn release