https://github.com/foolishchow/cors-demo
https://github.com/foolishchow/cors-demo
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/foolishchow/cors-demo
- Owner: foolishchow
- Created: 2022-02-23T11:43:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-24T15:23:39.000Z (over 4 years ago)
- Last Synced: 2025-01-05T23:42:57.987Z (over 1 year ago)
- Language: JavaScript
- Size: 718 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CORS-DEMO
> 一个 CORS demo

## 本地运行
- `npm install`
- `npm run start`
- 浏览器打开`http://localhost:8000`
- `F12`->`devtools`