1
0
mirror of https://github.com/actix/examples synced 2025-02-17 07:23:29 +01:00
examples/cors/README.md
2022-02-18 02:01:48 +00:00

248 B

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