An open API service indexing awesome lists of open source software.

https://github.com/nodegui/cra-template-react-nodegui

The CRA bootstrap template for creating desktop apps with react-nodegui
https://github.com/nodegui/cra-template-react-nodegui

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# CRA-template-react-nodegui

The CRA bootstrap template for react-nodegui.

## Usage

```shell
yarn create react-app --template react-nodegui
```

or if you prefer npm,

```shell
npm init react-app --template react-nodegui
```