1
0
mirror of https://github.com/actix/examples synced 2025-01-22 14:05:55 +01:00
2022-03-06 00:43:10 +00:00
..
2022-03-06 00:15:19 +00:00
2022-02-18 02:01:48 +00:00
2022-03-06 00:43:10 +00:00

Cross-Origin Resource Sharing (CORS)

Run Server

cd cors/backend
cargo run

Run Frontend

In a separate terminal, also run:

cd cors/frontend
npm install
npm run serve

then open browser at: http://localhost:8080