/cra-template-react-nodegui

The CRA bootstrap template for creating desktop apps with react-nodegui

Primary LanguageJavaScript

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