1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/web-cors
2018-04-12 20:23:08 -07:00
..
backend fix web-cors example 2018-04-12 20:23:08 -07:00
frontend actix examples in actix release version 2018-04-13 09:18:42 +08:00
README.md actix examples in actix release version 2018-04-13 09:18:42 +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/'