mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
c648953b23
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
backend | ||
frontend | ||
README.md |
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