# nw-sample-apps **Repository Path**: mirrors_waylau/nw-sample-apps ## Basic Information - **Project Name**: nw-sample-apps - **Description**: Sample apps for node-webkit - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Sample apps for NW.js Here are some sample apps for [nw.js](https://github.com/nwjs/nw.js), some of them are modified from [GoogleChrome/chrome-app-samples](https://github.com/GoogleChrome/chrome-app-samples). Please visit [nw.js group](http://groups.google.com/group/nwjs-general) for discussions. ## How to run apps https://github.com/nwjs/nw.js/wiki/How-to-run-apps Easy way ```sh npm install -g nw git clone https://github.com/zcbenz/nw-sample-apps.git cd nw-sample-apps/file-explorer npm start # or "nw ." ```