1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-09-21 11:00:08 +00:00
actix-web/examples/web-cors
2018-02-08 00:08:36 -06:00
..
backend Update most examples to use actix from git (#68) 2018-02-08 00:08:36 -06:00
frontend rename cors example 2018-01-26 19:52:20 -08:00
README.md spelling check 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/'