Skip to content

Commit ae61449

Browse files
committed
Adds readme
1 parent 393ed55 commit ae61449

File tree

5 files changed

+43
-54
lines changed

5 files changed

+43
-54
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
**Clone and run for a quick way to see React NodeGui in action.**
44

5+
<img alt="logo" src="https://github.com/nodegui/react-nodegui-starters/raw/master/assets/demo.png" height="300" />
6+
57
## To Use
68

79
To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:

Diff for: assets/demo.png

163 KB
Loading

Diff for: package-lock.json

+39-50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@nodegui/nodegui": "^0.3.1",
15-
"@nodegui/react-nodegui": "^0.1.9",
16-
"chrome-launcher": "^0.12.0",
15+
"@nodegui/react-nodegui": "^0.2.2",
1716
"open": "^7.0.0",
1817
"react": "^16.9.0"
1918
},

Diff for: tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
"moduleResolution": "node",
99
"esModuleInterop": true
1010
},
11-
"include": ["**/*"],
12-
"exclude": ["./node_modules/**/*"]
11+
"include": ["**/*"]
1312
}

0 commit comments

Comments
 (0)