1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 07:53:00 +01:00
actix-extras/examples/web-cors
2018-01-26 19:56:34 -08:00
..
backend rename cors example 2018-01-26 19:52:20 -08:00
frontend rename cors example 2018-01-26 19:52:20 -08:00
README.md update cors example readme 2018-01-26 19:56:34 -08:00

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/'