1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-15 21:12:54 +01:00
2018-02-17 13:33:38 -08:00
..
2018-02-17 13:33:38 -08:00
2018-01-26 19:52:20 -08:00
2018-01-27 08:38:17 +03: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/'