1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/web-cors/README.md
2020-10-19 23:36:53 +01:00

17 lines
232 B
Markdown

# Actix Web CORS example
## Run Server
```sh
cd web-cors/backend
cargo run
```
## Run Frontend
In a separate terminal, also run:
```sh
cd web-cors/frontend
npm install
npm run serve
```
then open browser at: http://localhost:8080