1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00
2022-02-02 01:44:26 +00:00
..
2022-02-02 01:44:26 +00:00
2021-10-06 22:28:53 +01:00

Actix Web CORS example

Run Server

cd secutiy/web-cors/backend
cargo run

Run Frontend

In a separate terminal, also run:

cd secutiy/web-cors/frontend
npm install
npm run serve

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