1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/cors
dependabot[bot] c498f70ddc
chore(deps): bump rollup from 3.29.4 to 3.29.5 in /cors/frontend
Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 to 3.29.5.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.29.4...v3.29.5)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:53:06 +00:00
..
backend chore: fmt 2024-08-07 02:04:57 +01:00
frontend chore(deps): bump rollup from 3.29.4 to 3.29.5 in /cors/frontend 2024-09-26 18:53:06 +00:00
README.md update vue to v3 2023-07-18 22:54:35 +01:00

Cross-Origin Resource Sharing (CORS)

Run Server

cd cors/backend
cargo run

Run Frontend

In a separate terminal, also run:

cd cors/frontend
npm install
npm run dev

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