# Actix Web CORS example

## Run Server
```sh
cd secutiy/web-cors/backend
cargo run
```

## Run Frontend
In a separate terminal, also run:
```sh
cd secutiy/web-cors/frontend
npm install
npm run serve
```
then open browser at: http://localhost:8080