Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 261 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 261 Bytes

Cross-Origin Resource Sharing (CORS)

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