mirror of
https://github.com/actix/actix-web.git
synced 2024-11-09 10:29:32 +00:00
224 B
224 B
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/'