1
0
mirror of https://github.com/actix/examples synced 2024-11-24 14:53:00 +01:00
examples/web-cors/README.md
2018-04-13 09:18:42 +08:00

226 B

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