https://github.com/jofunliang/appcache-demo
Application Cache 应用缓存实例。
https://github.com/jofunliang/appcache-demo
application-cache express html5 nodejs
Last synced: 8 months ago
JSON representation
Application Cache 应用缓存实例。
- Host: GitHub
- URL: https://github.com/jofunliang/appcache-demo
- Owner: JofunLiang
- License: mit
- Created: 2020-07-26T13:23:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-26T13:33:53.000Z (over 5 years ago)
- Last Synced: 2025-08-15T04:41:14.642Z (8 months ago)
- Topics: application-cache, express, html5, nodejs
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# appcache-demo
Application Cache 应用缓存实例。
# 可用命令
安装依赖:
```
npm install
```
启动服务器:
```
npm run server
```