1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-01-04 22:38:44 +00:00
actix-web/examples/actix_web_cors/README.md
2018-01-27 11:00:26 +08:00

228 B

Actix-web-CORS

start

1 - backend server

$ cd actix_web_cors/backend
$ cargo run

2 - fontend server

$ cd actix_web_cors/fontend
$ npm install
$ npm run dev

then open broswer 'http://localhost:1234/'