actix-web/examples/web-cors
Nikolay Kim 3ee228005d rename Application 2018-03-31 00:16:55 -07:00
..
backend
frontend
README.md

README.md

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