1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00
examples/cors
2023-01-02 20:35:11 +00:00
..
backend move serde deps to workspace 2023-01-02 20:35:11 +00:00
frontend fix cors example 2022-03-15 17:32:27 +00:00
README.md format markdown 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