mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
8186a8cfea
Co-authored-by: Igor Aleksanov <popzxc@yandex.ru> Co-authored-by: Altug Sahin <altugsahin@gmail.com> Co-authored-by: Rob Ede <robjtede@icloud.com>
248 B
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