1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00
examples/cors
2022-02-18 02:18:44 +00:00
..
backend restructure folders 2022-02-18 02:01:48 +00:00
frontend restructure folders 2022-02-18 02:01:48 +00:00
README.md fix cd links 2022-02-18 02:18:44 +00:00

Actix Web CORS example

Run Server

cd cors/backend
cargo run

Run Frontend

In a separate terminal, also run:

cd cors/frontend
npm install
npm run serve

then open browser at: http://localhost:8080