Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eveld/node-webkit-app
An example application made with node-webkit and ember.
https://github.com/eveld/node-webkit-app
Last synced: 20 days ago
JSON representation
An example application made with node-webkit and ember.
- Host: GitHub
- URL: https://github.com/eveld/node-webkit-app
- Owner: eveld
- Created: 2014-08-22T15:30:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-22T15:31:48.000Z (over 10 years ago)
- Last Synced: 2024-11-05T11:36:09.031Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 746 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#RSS
An example application made with node-webkit and ember.#Running the server
To start the fortune server:```
cd fortunenpm install
node server
```#Running the app
To run the node-webkit application:```
.
```