actix-web/examples/actix_web_cors
Nikolay Kim 52a454800f cleanup cors example 2018-01-26 19:51:13 -08:00
..
backend cleanup cors example 2018-01-26 19:51:13 -08:00
frontend add actix-web-cors example 2018-01-27 11:00:26 +08:00
README.md add actix-web-cors example 2018-01-27 11:00:26 +08:00

README.md

Actix-web-CORS

start

1 - backend server

$ cd actix_web_cors/backend
$ cargo run

2 - fontend server

$ cd actix_web_cors/fontend
$ npm install
$ npm run dev

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