mirror of
https://github.com/actix/actix-web.git
synced 2024-11-03 15:39:50 +00:00
.. | ||
backend | ||
frontend | ||
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/'