mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
227 B
227 B
Actix Web CORS example
start
1 - backend server
$ cd web-cors/backend
$ cargo run
2 - frontend server
$ cd web-cors/frontend
$ npm install
$ npm run serve
then open browser 'http://localhost:8080'