https://github.com/aburd/onbeforeunload-example
Example for onbeforeunload event
https://github.com/aburd/onbeforeunload-example
Last synced: 5 months ago
JSON representation
Example for onbeforeunload event
- Host: GitHub
- URL: https://github.com/aburd/onbeforeunload-example
- Owner: aburd
- Created: 2018-01-21T08:17:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T08:41:22.000Z (over 8 years ago)
- Last Synced: 2024-12-31T05:16:49.938Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# English
## Summation
This project demonstrates the window.onbeforeunload event.
## How to use
1. git clone
2. cd ./onbeforeunload-example
### Start the server
3. npm start
### Start the application in the browser
4. Open browser to localhost:3000
# 日本語
## 概要
window.onbeforeunloadイベントを見せるプロジェクトです
## 使い方
1. git clone
2. cd ./onbeforeunload-example
### サーバーを実行する
3. npm start
### ブラウザーでアプリを実行する
4. ブラウザーでlocalhost:3000を開く