1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/web-cors
2020-10-19 23:36:53 +01:00
..
backend update cors example to 0.5 2020-10-19 23:36:53 +01:00
frontend fix version mismatch of "@vue/cli-service" (#372) 2020-10-02 19:41:28 +09:00
README.md update cors example to 0.5 2020-10-19 23:36:53 +01:00

Actix Web CORS example

Run Server

cd web-cors/backend
cargo run

Run Frontend

In a separate terminal, also run:

cd web-cors/frontend
npm install
npm run serve

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