1
0
mirror of https://github.com/actix/examples synced 2025-04-02 08:35:30 +02:00
2025-03-21 06:07:31 +00:00
..
2025-03-21 06:07:31 +00:00
2023-07-18 22:54:35 +01: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 dev

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