mirror of
https://github.com/fafhrd91/actix-web
synced 2025-03-25 16:39:46 +01:00
Actix Web CORS example
start
1 - backend server
$ cd web-cors/backend
$ cargo run
2 - fontend server
$ cd web-cors/fontend
$ npm install
$ npm run dev
then open broswer 'http://localhost:1234/'