1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/web-cors
2019-06-17 12:48:03 +06:00
..
backend use cors and identity crates 2019-06-17 12:48:03 +06:00
frontend Update app.vue 2019-03-30 09:47:04 +08: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'