An open API service indexing awesome lists of open source software.

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

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を開く