1
0
mirror of https://github.com/actix/examples synced 2024-11-28 00:12:57 +01:00
examples/cors/README.md

17 lines
224 B
Markdown
Raw Normal View History

# Actix Web CORS example
2020-10-20 00:36:53 +02:00
## Run Server
```sh
2022-02-18 03:18:44 +01:00
cd cors/backend
2020-10-20 00:36:53 +02:00
cargo run
```
2020-10-20 00:36:53 +02:00
## Run Frontend
In a separate terminal, also run:
```sh
2022-02-18 03:18:44 +01:00
cd cors/frontend
2020-10-20 00:36:53 +02:00
npm install
npm run serve
```
2020-10-20 00:36:53 +02:00
then open browser at: http://localhost:8080