1
0
mirror of https://github.com/actix/examples synced 2025-01-22 14:05:55 +01:00
examples/cors/README.md

21 lines
261 B
Markdown
Raw Normal View History

2022-03-06 00:43:10 +00:00
# Cross-Origin Resource Sharing (CORS)
## [Run Server](backend/README.md)
2022-03-06 00:43:10 +00:00
2020-10-19 23:36:53 +01:00
```sh
2022-02-18 02:18:44 +00:00
cd cors/backend
2020-10-19 23:36:53 +01:00
cargo run
```
2020-10-19 23:36:53 +01:00
## Run Frontend
2022-03-06 00:43:10 +00:00
2020-10-19 23:36:53 +01:00
In a separate terminal, also run:
2022-03-06 00:43:10 +00:00
2020-10-19 23:36:53 +01:00
```sh
2022-02-18 02:18:44 +00:00
cd cors/frontend
2020-10-19 23:36:53 +01:00
npm install
2023-07-18 22:54:35 +01:00
npm run dev
```
2022-03-06 00:43:10 +00:00
2020-10-19 23:36:53 +01:00
then open browser at: http://localhost:8080