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
- Host: GitHub
- URL: https://github.com/nodegui/cra-template-react-nodegui
- Owner: nodegui
- Created: 2020-02-03T16:09:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T16:17:05.000Z (over 5 years ago)
- Last Synced: 2025-04-05T02:01:34.815Z (3 months ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```