Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 696 Bytes

README.md

File metadata and controls

51 lines (32 loc) · 696 Bytes

cra-antd-electron-boilerplate

create react app, antdesign and electron app boilerplate

React-Antd-Router Boilerplate

React-Boilerplate-Banner

cra-antd-electron-boilerplate

Prerequisites

Make sure that you have node and yarn installed.

Installing

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