1
0
mirror of https://github.com/actix/examples synced 2025-01-22 14:05:55 +01:00
2018-04-13 16:03:58 +08:00
..
2018-04-13 16:03:58 +08:00
2018-04-13 16:03:58 +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 dev

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