1
0
mirror of https://github.com/actix/examples synced 2024-11-27 16:02:57 +01:00
examples/web-cors
2020-10-03 07:51:05 +09:00
..
backend web-cors: Update actix-cors to 0.4 (#373) 2020-10-03 07:51:05 +09:00
frontend fix version mismatch of "@vue/cli-service" (#372) 2020-10-02 19:41:28 +09:00
README.md Update README.md 2019-03-30 09:48:55 +08:00

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'