1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-17 16:43:30 +01:00
2018-01-26 19:56:34 -08:00

224 B

Actix Web CORS example

start

1 - backend server

$ cd web-cors/backend
$ cargo run

2 - fontend server

$ cd web-cors/fontend
$ npm install
$ npm run dev

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