Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 250 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 250 Bytes

CRA-template-react-nodegui

The CRA bootstrap template for react-nodegui.

Usage

yarn create react-app <app_name> --template react-nodegui

or if you prefer npm,

npm init react-app <app_name> --template react-nodegui