Skip to content

Commit 0f3053d

Browse files
committed
Adds readme
1 parent 4bd78b5 commit 0f3053d

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

examples/weather-app-widget/README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
# React Desktop Starter
1+
# Weather App widget
22

3-
To run:
3+
This example showcases how to build a basic weather widget app.
44

5-
`npm install`
5+
### Screenshots
66

7-
`npm start`
7+
**Mac:**
8+
9+
<img alt="demo_mac" src="https://github.com/master-atul/react-desktop/raw/master/examples/weather-app-widget/weather_widget_mac.png" height="400" />
10+
11+
To run the demo:
12+
13+
0. `cd examples/weather-app-widget`
14+
15+
1. `npm install`
16+
17+
1. `npm start`
Loading

0 commit comments

Comments
 (0)