mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-06 14:27:39 +03:00
.. | ||
backend | ||
frontend | ||
README.md |
Actix-web-CORS
start
1 - backend server
$ cd actix_web_cors/backend
$ cargo run
2 - fontend server
$ cd actix_web_cors/fontend
$ npm install
$ npm run dev
then open broswer 'http://localhost:1234/'